public interface Module
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ContextMappingDSLPackage.getModule()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Aggregate> |
getAggregates()
Returns the value of the 'Aggregates' containment reference list.
|
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 |
getHint()
Returns the value of the 'Hint' attribute.
|
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.
|
boolean |
isExternal()
Returns the value of the 'External' attribute.
|
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 |
setExternal(boolean value)
Sets the value of the '
External' 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. |
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),
ContextMappingDSLPackage.getModule_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),
ContextMappingDSLPackage.getModule_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isExternal()
If the meaning of the 'External' attribute isn't clear, there really should be more of a description here...
setExternal(boolean),
ContextMappingDSLPackage.getModule_External()void setExternal(boolean value)
External' attribute.
value - the new value of the 'External' attribute.isExternal()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),
ContextMappingDSLPackage.getModule_BasePackage()void setBasePackage(java.lang.String value)
Base Package' attribute.
value - the new value of the 'Base Package' attribute.getBasePackage()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),
ContextMappingDSLPackage.getModule_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()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...
ContextMappingDSLPackage.getModule_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...
ContextMappingDSLPackage.getModule_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...
ContextMappingDSLPackage.getModule_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...
ContextMappingDSLPackage.getModule_DomainObjects()org.eclipse.emf.common.util.EList<Aggregate> getAggregates()
Aggregate.
If the meaning of the 'Aggregates' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getModule_Aggregates()