Uses of Class
wt.iba.definition.UnitDefinitionReference

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

Uses of UnitDefinitionReference in wt.iba.definition
 

Methods in wt.iba.definition that return UnitDefinitionReference
static UnitDefinitionReference UnitDefinitionReference.newUnitDefinitionReference(UnitDefinition definition)
          

Supported API: false
static UnitDefinitionReference UnitDefinitionReference.newUnitDefinitionReference(UnitDefView definition)
          

Supported API: false
 

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

Uses of UnitDefinitionReference in wt.iba.value
 

Fields in wt.iba.value declared as UnitDefinitionReference
private  UnitDefinitionReference UnitValue.definitionReference
           
 

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

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