public interface BoolValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getBoolValue()
Modifier and Type | Method and Description |
---|---|
boolean |
isValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(boolean value)
Sets the value of the '
Value ' attribute. |
boolean isValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(boolean)
,
PatternLanguagePackage.getBoolValue_Value()