public interface DoubleLiteral extends Expression
The following features are supported:
GremlinPackage.getDoubleLiteral()| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(double value)
Sets the value of the '
Value' attribute. |
String |
toString() |
double getValue()
setValue(double),
GremlinPackage.getDoubleLiteral_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Copyright © 2018–2019 Atlanmod. All rights reserved.