Interface TacticDDDApplication
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface TacticDDDApplication
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Tactic DDD Application'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Package' attribute.org.eclipse.emf.common.util.EList<Consumer>
Returns the value of the 'Consumers' containment reference list.getDoc()
Returns the value of the 'Doc' attribute.org.eclipse.emf.common.util.EList<SimpleDomainObject>
Returns the value of the 'Domain Objects' containment reference list.getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Resource>
Returns the value of the 'Resources' containment reference list.org.eclipse.emf.common.util.EList<Service>
Returns the value of the 'Services' containment reference list.void
setBasePackage
(String value) Sets the value of the 'Base Package
' attribute.void
Sets the value of the 'Doc
' attribute.void
Sets the value of the 'Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-
getBasePackage
String getBasePackage()Returns the value of the 'Base Package' attribute.- Returns:
- the value of the 'Base Package' attribute.
- See Also:
- Model:
- Generated:
-
setBasePackage
Sets the value of the 'Base Package
' attribute.- Parameters:
value
- the new value of the 'Base Package' attribute.- See Also:
- Generated:
-
getServices
org.eclipse.emf.common.util.EList<Service> getServices()Returns the value of the 'Services' containment reference list. The list contents are of typeService
.- Returns:
- the value of the 'Services' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getResources
org.eclipse.emf.common.util.EList<Resource> getResources()Returns the value of the 'Resources' containment reference list. The list contents are of typeResource
.- Returns:
- the value of the 'Resources' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getConsumers
org.eclipse.emf.common.util.EList<Consumer> getConsumers()Returns the value of the 'Consumers' containment reference list. The list contents are of typeConsumer
.- Returns:
- the value of the 'Consumers' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getDomainObjects
org.eclipse.emf.common.util.EList<SimpleDomainObject> getDomainObjects()Returns the value of the 'Domain Objects' containment reference list. The list contents are of typeSimpleDomainObject
.- Returns:
- the value of the 'Domain Objects' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-