public interface NumberValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getNumberValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.xbase.XNumberLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setValue(org.eclipse.xtext.xbase.XNumberLiteral value)
Sets the value of the '
Value ' containment reference. |
org.eclipse.xtext.xbase.XNumberLiteral getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XNumberLiteral)
,
PatternLanguagePackage.getNumberValue_Value()
void setValue(org.eclipse.xtext.xbase.XNumberLiteral value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()