public interface Subdomain extends DomainPart
The following features are supported:
ContextMappingDSLPackage.getSubdomain()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Entity> |
getEntities()
Returns the value of the 'Entities' containment reference list.
|
SubDomainType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setType(SubDomainType value)
Sets the value of the '
Type ' attribute. |
getDomainVisionStatement, getName, setDomainVisionStatement, setName
SubDomainType getType()
SubDomainType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
SubDomainType
,
setType(SubDomainType)
,
ContextMappingDSLPackage.getSubdomain_Type()
void setType(SubDomainType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.SubDomainType
,
getType()
org.eclipse.emf.common.util.EList<Entity> getEntities()
Entity
.
If the meaning of the 'Entities' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getSubdomain_Entities()