Uses of Class
com.ricebridge.xmlman.in.OutData

Packages that use OutData
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
 

Uses of OutData in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in that return OutData
 OutData OutPath.getOutData()
          Get the data field represented by this path.
 

Methods in com.ricebridge.xmlman.in with parameters of type OutData
 String OutState.getValue(OutData pOutData)
          Get the value of a data field.
 void OutState.setValue(OutData pOutData, String pValue)
          Set the value of a data field.
 void OutNode.addOutData(OutData pOutData)
          Add a data field value to this node.
 void OutNode.addChange(OutData pOutData, OutState pOutState)
          Add a data field that this node is dependent on.
 

Uses of OutData in com.ricebridge.xmlman.in.test
 

Methods in com.ricebridge.xmlman.in.test that return OutData
 OutData TestOutPath.getOutData()
           
 

Constructors in com.ricebridge.xmlman.in.test with parameters of type OutData
TestOutPath(OutData pOutData, boolean pIsAbsolute)
           
TestOutPath(OutData pOutData, boolean pIsAbsolute, String pName0, int pType0)
           
TestOutPath(OutData pOutData, boolean pIsAbsolute, String pName0, int pType0, String pName1, int pType1)
           
TestOutPath(OutData pOutData, boolean pIsAbsolute, String pName0, int pType0, String pName1, int pType1, String pName2, int pType2)
           
TestOutPath(OutData pOutData, boolean pIsAbsolute, String pName0, int pType0, String pName1, int pType1, String pName2, int pType2, String pName3, int pType3)
           
TestOutPath(OutData pOutData, boolean pIsAbsolute, List pPartList)
           
 



Copyright © 2004-2005 Ricebridge