public interface SimpleDomainObject
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getSimpleDomainObject()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getPackage()
Returns the value of the 'Package' attribute.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setPackage(java.lang.String value)
Sets the value of the '
Package' 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.getSimpleDomainObject_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.getSimpleDomainObject_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getPackage()
If the meaning of the 'Package' attribute isn't clear, there really should be more of a description here...
setPackage(String),
TacticdslPackage.getSimpleDomainObject_Package()void setPackage(java.lang.String value)
Package' attribute.
value - the new value of the 'Package' attribute.getPackage()java.lang.String getHint()
If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
setHint(String),
TacticdslPackage.getSimpleDomainObject_Hint()