public interface DoubleValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getDoubleValue()
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. |
double getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double)
,
PatternLanguagePackage.getDoubleValue_Value()
void setValue(double value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()