Uses of Class
wt.dataops.objectcol.RelationshipDef

Packages that use RelationshipDef
wt.dataops.objectcol   
 

Uses of RelationshipDef in wt.dataops.objectcol
 

Methods in wt.dataops.objectcol that return RelationshipDef
static RelationshipDef RelationshipDef.newRelationshipDef()
          Default factory for the class.
 RelationshipDef RelDefMasterRelDef.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 

Methods in wt.dataops.objectcol with parameters of type RelationshipDef
protected  boolean RelationshipDef.readVersion(RelationshipDef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void RelDefMasterRelDef.setIteration(RelationshipDef iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static RelDefMasterRelDef RelDefMasterRelDef.newRelDefMasterRelDef(RelationshipDefMaster master, RelationshipDef iteration)
          Default factory for the class.