public interface EnumAttribute
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getEnumAttribute()| 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.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isKey()
Returns the value of the 'Key' attribute.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setKey(boolean value)
Sets the value of the '
Key' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' 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.getEnumAttribute_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
TacticdslPackage.getEnumAttribute_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()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.getEnumAttribute_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(boolean),
TacticdslPackage.getEnumAttribute_Key()