Uses of Class
wt.iba.definition.BooleanDefinition

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

Uses of BooleanDefinition in wt.iba.definition
 

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

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

Supported API: false
 

Methods in wt.iba.definition with parameters of type BooleanDefinition
static BooleanDefinitionReference BooleanDefinitionReference.newBooleanDefinitionReference(BooleanDefinition definition)
          

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

Uses of BooleanDefinition in wt.iba.value
 

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

Methods in wt.iba.value with parameters of type BooleanDefinition
 void TheBooleanValueDefinition.setDefinition(BooleanDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheBooleanValueDefinition TheBooleanValueDefinition.newTheBooleanValueDefinition(BooleanValue theBooleanValue, BooleanDefinition definition)
          Default factory for the class.
static BooleanValue BooleanValue.newBooleanValue(BooleanDefinition attributeDefinition, IBAHolder holder, boolean value)
          

Supported API: false
protected  void BooleanValue.initialize(BooleanDefinition attributeDefinition, IBAHolder holder, boolean value)
          Supports initialization, following construction of an instance.
static BooleanValue BooleanValue.newBooleanValue(BooleanDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, boolean value)
          

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