Uses of Class
wt.iba.definition.RatioDefinitionReference

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

Uses of RatioDefinitionReference in wt.iba.definition
 

Methods in wt.iba.definition that return RatioDefinitionReference
static RatioDefinitionReference RatioDefinitionReference.newRatioDefinitionReference(RatioDefinition definition)
          

Supported API: false
static RatioDefinitionReference RatioDefinitionReference.newRatioDefinitionReference(RatioDefView definition)
          

Supported API: false
 

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

Uses of RatioDefinitionReference in wt.iba.value
 

Fields in wt.iba.value declared as RatioDefinitionReference
private  RatioDefinitionReference RatioValue.definitionReference
           
 

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

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