public interface IntValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getIntValue()| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(int value)
Sets the value of the '
Value' attribute. |
int getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(int),
PatternLanguagePackage.getIntValue_Value()void setValue(int value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()