Uses of Class
wt.iba.value.BooleanValue

Packages that use BooleanValue
wt.iba.value   
 

Uses of BooleanValue in wt.iba.value
 

Methods in wt.iba.value that return BooleanValue
 BooleanValue TheBooleanValueDefinition.getBooleanValue()
          Gets the object for the association that plays role: BOOLEAN_VALUE_ROLE.
static BooleanValue BooleanValue.newBooleanValue(BooleanDefinition attributeDefinition, IBAHolder holder, boolean value)
          

Supported API: false
static BooleanValue BooleanValue.newBooleanValue(BooleanDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, boolean value)
          

Supported API: false
static BooleanValue BooleanValue.newBooleanValue()
          

Supported API: false
 

Methods in wt.iba.value with parameters of type BooleanValue
 void TheBooleanValueDefinition.setBooleanValue(BooleanValue theBooleanValue)
          Sets the object for the association that plays role: BOOLEAN_VALUE_ROLE.
static TheBooleanValueDefinition TheBooleanValueDefinition.newTheBooleanValueDefinition(BooleanValue theBooleanValue, BooleanDefinition definition)
          Default factory for the class.
protected  boolean BooleanValue.readVersion(BooleanValue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.