public interface Subdomain extends DomainPart
The following features are supported:
ContextMappingDSLPackage.getSubdomain()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomainVisionStatement()
Returns the value of the 'Domain Vision Statement' attribute.
|
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 |
setDomainVisionStatement(java.lang.String value)
Sets the value of the '
Domain Vision Statement' attribute. |
void |
setType(SubDomainType value)
Sets the value of the '
Type' attribute. |
getName, setNameSubDomainType 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()java.lang.String getDomainVisionStatement()
If the meaning of the 'Domain Vision Statement' attribute isn't clear, there really should be more of a description here...
setDomainVisionStatement(String),
ContextMappingDSLPackage.getSubdomain_DomainVisionStatement()void setDomainVisionStatement(java.lang.String value)
Domain Vision Statement' attribute.
value - the new value of the 'Domain Vision Statement' attribute.getDomainVisionStatement()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()