public interface BooleanLiteral extends Expression
The following features are supported:
GremlinPackage.getBooleanLiteral()| 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. |
String |
toString() |
boolean isValue()
setValue(boolean),
GremlinPackage.getBooleanLiteral_Value()void setValue(boolean value)
Value' attribute.
value - the new value of the 'Value' attribute.isValue()Copyright © 2018–2019 Atlanmod. All rights reserved.