Uses of Class
wt.iba.definition.TimestampDefinitionReference

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

Uses of TimestampDefinitionReference in wt.iba.definition
 

Methods in wt.iba.definition that return TimestampDefinitionReference
static TimestampDefinitionReference TimestampDefinitionReference.newTimestampDefinitionReference(TimestampDefinition definition)
          

Supported API: false
static TimestampDefinitionReference TimestampDefinitionReference.newTimestampDefinitionReference(TimestampDefView definition)
          

Supported API: false
 

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

Uses of TimestampDefinitionReference in wt.iba.value
 

Fields in wt.iba.value declared as TimestampDefinitionReference
private  TimestampDefinitionReference TimestampValue.definitionReference
           
 

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

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