public interface XBooleanLiteral extends XExpression
XbasePackage.getXBooleanLiteral()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsTrue()
Returns the value of the 'Is True' attribute.
|
void |
setIsTrue(boolean value)
Sets the value of the '
Is True' attribute. |
boolean isIsTrue()
setIsTrue(boolean),
XbasePackage.getXBooleanLiteral_IsTrue()void setIsTrue(boolean value)
Is True' attribute.
value - the new value of the 'Is True' attribute.isIsTrue()