public interface Application
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getApplication()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasePackage()
Returns the value of the 'Base Package' attribute.
|
org.eclipse.emf.common.util.EList<Consumer> |
getConsumers()
Returns the value of the 'Consumers' containment reference list.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
org.eclipse.emf.common.util.EList<SimpleDomainObject> |
getDomainObjects()
Returns the value of the 'Domain Objects' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Resource> |
getResources()
Returns the value of the 'Resources' containment reference list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' containment reference list.
|
void |
setBasePackage(java.lang.String value)
Sets the value of the '
Base Package' attribute. |
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.getApplication_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.getApplication_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getBasePackage()
If the meaning of the 'Base Package' attribute isn't clear, there really should be more of a description here...
setBasePackage(String),
TacticdslPackage.getApplication_BasePackage()void setBasePackage(java.lang.String value)
Base Package' attribute.
value - the new value of the 'Base Package' attribute.getBasePackage()org.eclipse.emf.common.util.EList<Service> getServices()
Service.
If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getApplication_Services()org.eclipse.emf.common.util.EList<Resource> getResources()
Resource.
If the meaning of the 'Resources' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getApplication_Resources()org.eclipse.emf.common.util.EList<Consumer> getConsumers()
Consumer.
If the meaning of the 'Consumers' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getApplication_Consumers()org.eclipse.emf.common.util.EList<SimpleDomainObject> getDomainObjects()
SimpleDomainObject.
If the meaning of the 'Domain Objects' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getApplication_DomainObjects()