Uses of Class
wt.dataops.objectcol.CollectionCriterionDef

Packages that use CollectionCriterionDef
wt.dataops.objectcol   
 

Uses of CollectionCriterionDef in wt.dataops.objectcol
 

Subclasses of CollectionCriterionDef in wt.dataops.objectcol
 class AttrCriterionDef
           Use the newAttrCriterionDef static factory method(s), not the AttrCriterionDef constructor, to construct instances of this class.
 class ObjTypeCriterionDef
           Use the newObjTypeCriterionDef static factory method(s), not the ObjTypeCriterionDef constructor, to construct instances of this class.
 class RelationshipDef
           Use the newRelationshipDef static factory method(s), not the RelationshipDef constructor, to construct instances of this class.
 

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

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