Interface ContextMap
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface ContextMap
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Context Map'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BoundedContext>
Returns the value of the 'Bounded Contexts' reference list.getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Relationship>
Returns the value of the 'Relationships' containment reference list.getState()
Returns the value of the 'State' attribute.getType()
Returns the value of the 'Type' attribute.void
Sets the value of the 'Name
' attribute.void
setState
(ContextMapState value) Sets the value of the 'State
' attribute.void
setType
(ContextMapType value) Sets the value of the 'Type
' 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
-
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:
-
getType
ContextMapType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationContextMapType
.- Returns:
- the value of the 'Type' attribute.
- See Also:
- Model:
- Generated:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated:
-
getState
ContextMapState getState()Returns the value of the 'State' attribute. The literals are from the enumerationContextMapState
.- Returns:
- the value of the 'State' attribute.
- See Also:
- Model:
- Generated:
-
setState
Sets the value of the 'State
' attribute.- Parameters:
value
- the new value of the 'State' attribute.- See Also:
- Generated:
-
getBoundedContexts
org.eclipse.emf.common.util.EList<BoundedContext> getBoundedContexts()Returns the value of the 'Bounded Contexts' reference list. The list contents are of typeBoundedContext
.- Returns:
- the value of the 'Bounded Contexts' reference list.
- See Also:
- Model:
- Generated:
-
getRelationships
org.eclipse.emf.common.util.EList<Relationship> getRelationships()Returns the value of the 'Relationships' containment reference list. The list contents are of typeRelationship
.- Returns:
- the value of the 'Relationships' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-