Uses of Class
wt.iba.definition.IntegerDefinitionReference

Packages that use IntegerDefinitionReference
wt.iba.definition   
wt.iba.value   
 

Uses of IntegerDefinitionReference in wt.iba.definition
 

Methods in wt.iba.definition that return IntegerDefinitionReference
static IntegerDefinitionReference IntegerDefinitionReference.newIntegerDefinitionReference(IntegerDefinition definition)
          

Supported API: false
static IntegerDefinitionReference IntegerDefinitionReference.newIntegerDefinitionReference(IntegerDefView definition)
          

Supported API: false
 

Methods in wt.iba.definition with parameters of type IntegerDefinitionReference
protected  boolean IntegerDefinitionReference.readVersion(IntegerDefinitionReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of IntegerDefinitionReference in wt.iba.value
 

Fields in wt.iba.value declared as IntegerDefinitionReference
private  IntegerDefinitionReference IntegerValue.definitionReference
           
 

Methods in wt.iba.value that return IntegerDefinitionReference
 IntegerDefinitionReference IntegerValue.getDefinitionReference()
          Gets the object for the association that plays role: DEFINITION_REFERENCE.
 

Methods in wt.iba.value with parameters of type IntegerDefinitionReference
 void IntegerValue.setDefinitionReference(IntegerDefinitionReference a_DefinitionReference)
          Sets the object for the association that plays role: DEFINITION_REFERENCE.
private  void IntegerValue.definitionReferenceValidate(IntegerDefinitionReference a_DefinitionReference)