Uses of Class
wt.iba.definition.StringDefinition

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

Uses of StringDefinition in wt.iba.definition
 

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

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

Supported API: false
 

Methods in wt.iba.definition with parameters of type StringDefinition
static StringDefinitionReference StringDefinitionReference.newStringDefinitionReference(StringDefinition definition)
          

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

Uses of StringDefinition in wt.iba.value
 

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

Methods in wt.iba.value with parameters of type StringDefinition
 void TheStringValueDefinition.setDefinition(StringDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheStringValueDefinition TheStringValueDefinition.newTheStringValueDefinition(StringValue theStringValue, StringDefinition definition)
          Default factory for the class.
static StringValue StringValue.newStringValue(StringDefinition attributeDefinition, IBAHolder holder, String value)
          

Supported API: false
protected  void StringValue.initialize(StringDefinition attributeDefinition, IBAHolder holder, String value)
          Supports initialization, following construction of an instance.
static StringValue StringValue.newStringValue(StringDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, String value)
          

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