Interface TacticDDDModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface TacticDDDModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Tactic DDD Model'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetApp()
Returns the value of the 'App' containment reference.void
setApp
(TacticDDDApplication value) Sets the value of the 'App
' containment reference.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
-
getApp
TacticDDDApplication getApp()Returns the value of the 'App' containment reference.- Returns:
- the value of the 'App' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setApp
Sets the value of the 'App
' containment reference.- Parameters:
value
- the new value of the 'App' containment reference.- See Also:
- Generated:
-