Uses of Class
wt.iba.definition.IntegerDefinition

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

Uses of IntegerDefinition in wt.iba.definition
 

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

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

Supported API: false
 

Methods in wt.iba.definition with parameters of type IntegerDefinition
static IntegerDefinitionReference IntegerDefinitionReference.newIntegerDefinitionReference(IntegerDefinition definition)
          

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

Uses of IntegerDefinition in wt.iba.value
 

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

Methods in wt.iba.value with parameters of type IntegerDefinition
 void TheIntegerValueDefinition.setDefinition(IntegerDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheIntegerValueDefinition TheIntegerValueDefinition.newTheIntegerValueDefinition(IntegerValue theIntegerValue, IntegerDefinition definition)
          Default factory for the class.
static IntegerValue IntegerValue.newIntegerValue(IntegerDefinition attributeDefinition, IBAHolder holder, long value)
          

Supported API: false
protected  void IntegerValue.initialize(IntegerDefinition attributeDefinition, IBAHolder holder, long value)
          Supports initialization, following construction of an instance.
static IntegerValue IntegerValue.newIntegerValue(IntegerDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, long value)
          

Supported API: false
protected  void IntegerValue.initialize(IntegerDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, long value)
          Supports initialization, following construction of an instance.