public interface EnumValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getEnumValue()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<EnumParameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getEnumValue_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TacticdslPackage.getEnumValue_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<EnumParameter> getParameters()
EnumParameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getEnumValue_Parameters()