Uses of Class
wt.iba.definition.TimestampDefinition

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

Uses of TimestampDefinition in wt.iba.definition
 

Methods in wt.iba.definition that return TimestampDefinition
static TimestampDefinition TimestampDefinition.newTimestampDefinition(String name, String description, ObjectReference parentRef, String displayName)
          

Supported API: false
static TimestampDefinition TimestampDefinition.newTimestampDefinition(String name, String description, ObjectReference parentRef, String displayName, String hierarchyDisplayName)
          

Supported API: false
 

Methods in wt.iba.definition with parameters of type TimestampDefinition
static TimestampDefinitionReference TimestampDefinitionReference.newTimestampDefinitionReference(TimestampDefinition definition)
          

Supported API: false
protected  void TimestampDefinitionReference.initialize(TimestampDefinition definition)
          Supports initialization, following construction of an instance.
protected  boolean TimestampDefinition.readVersion(TimestampDefinition thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of TimestampDefinition in wt.iba.value
 

Methods in wt.iba.value that return TimestampDefinition
 TimestampDefinition TheTimestampValueDefinition.getDefinition()
          Gets the object for the association that plays role: DEFINITION_ROLE.
 

Methods in wt.iba.value with parameters of type TimestampDefinition
static TimestampValue TimestampValue.newTimestampValue(TimestampDefinition attributeDefinition, IBAHolder holder, Timestamp value)
          

Supported API: false
protected  void TimestampValue.initialize(TimestampDefinition attributeDefinition, IBAHolder holder, Timestamp value)
          Supports initialization, following construction of an instance.
static TimestampValue TimestampValue.newTimestampValue(TimestampDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, Timestamp value)
          

Supported API: false
protected  void TimestampValue.initialize(TimestampDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, Timestamp value)
          Supports initialization, following construction of an instance.
 void TheTimestampValueDefinition.setDefinition(TimestampDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheTimestampValueDefinition TheTimestampValueDefinition.newTheTimestampValueDefinition(TimestampValue theTimestampValue, TimestampDefinition definition)
          Default factory for the class.