Uses of Class
wt.iba.value.TimestampValue

Packages that use TimestampValue
wt.iba.value   
 

Uses of TimestampValue in wt.iba.value
 

Methods in wt.iba.value that return TimestampValue
static TimestampValue TimestampValue.newTimestampValue(TimestampDefinition attributeDefinition, IBAHolder holder, Timestamp value)
          

Supported API: false
static TimestampValue TimestampValue.newTimestampValue(TimestampDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, Timestamp value)
          

Supported API: false
static TimestampValue TimestampValue.newTimestampValue()
          

Supported API: false
 TimestampValue TheTimestampValueDefinition.getTimestampValue()
          Gets the object for the association that plays role: TIMESTAMP_VALUE_ROLE.
 

Methods in wt.iba.value with parameters of type TimestampValue
protected  boolean TimestampValue.readVersion(TimestampValue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void TheTimestampValueDefinition.setTimestampValue(TimestampValue theTimestampValue)
          Sets the object for the association that plays role: TIMESTAMP_VALUE_ROLE.
static TheTimestampValueDefinition TheTimestampValueDefinition.newTheTimestampValueDefinition(TimestampValue theTimestampValue, TimestampDefinition definition)
          Default factory for the class.