Interface Subdomain
- All Superinterfaces:
DomainPart
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
A representation of the model object 'Subdomain'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Entity>
Returns the value of the 'Entities' containment reference list.org.eclipse.emf.common.util.EList<Service>
Returns the value of the 'Services' containment reference list.org.eclipse.emf.common.util.EList<UserRequirement>
Returns the value of the 'Supported Features' reference list.getType()
Returns the value of the 'Type' attribute.void
setType
(SubDomainType value) Sets the value of the 'Type
' attribute.Methods inherited from interface org.contextmapper.dsl.contextMappingDSL.DomainPart
getDomainVisionStatement, getName, setDomainVisionStatement, setName
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
-
getSupportedFeatures
org.eclipse.emf.common.util.EList<UserRequirement> getSupportedFeatures()Returns the value of the 'Supported Features' reference list. The list contents are of typeUserRequirement
.- Returns:
- the value of the 'Supported Features' reference list.
- See Also:
- Model:
- Generated:
-
getType
SubDomainType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationSubDomainType
.- 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:
-
getEntities
org.eclipse.emf.common.util.EList<Entity> getEntities()Returns the value of the 'Entities' containment reference list. The list contents are of typeEntity
.- Returns:
- the value of the 'Entities' containment reference list.
- See Also:
- Model:
- containment="true"
- 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:
-