public interface BooleanTypeInstance extends DataTypeInstance
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
BooleanType |
getBooleanTypeType()
Returns the value of the 'Boolean Type Type' reference.
|
boolean |
isValue()
Returns the value of the 'Value' attribute.
|
void |
setBooleanTypeType(BooleanType value)
Sets the value of the '
Boolean Type Type' reference. |
void |
setValue(boolean value)
Sets the value of the '
Value' attribute. |
compareTo, copy, deserializeFromJSON, deserializeFromXML, getBelongsTo, getDataTypeType, getIdOfOrigin, getTypeId, getValueAsObject, parse, serializeToJSON, serializeToXML, setBelongsTo, setDataTypeType, setIdOfOrigin, setTypeId, setValueFromStringgetInstanceId, getInstancenumber, setInstanceId, setInstancenumberboolean isValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(boolean),
SofiaInstancePackage.getBooleanTypeInstance_Value()void setValue(boolean value)
Value' attribute.
value - the new value of the 'Value' attribute.isValue()BooleanType getBooleanTypeType()
If the meaning of the 'Boolean Type Type' reference isn't clear, there really should be more of a description here...
setBooleanTypeType(BooleanType),
SofiaInstancePackage.getBooleanTypeInstance_BooleanTypeType()void setBooleanTypeType(BooleanType value)
Boolean Type Type' reference.
value - the new value of the 'Boolean Type Type' reference.getBooleanTypeType()Copyright © 2018. All rights reserved.