public interface EnumParameter
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getEnumParameter()| Modifier and Type | Method and Description |
|---|---|
int |
getIntegerValue()
Returns the value of the 'Integer Value' attribute.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setIntegerValue(int value)
Sets the value of the '
Integer Value' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
TacticdslPackage.getEnumParameter_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()int getIntegerValue()
If the meaning of the 'Integer Value' attribute isn't clear, there really should be more of a description here...
setIntegerValue(int),
TacticdslPackage.getEnumParameter_IntegerValue()void setIntegerValue(int value)
Integer Value' attribute.
value - the new value of the 'Integer Value' attribute.getIntegerValue()