public interface DomainPart
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ContextMappingDSLPackage.getDomainPart()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainVisionStatement()
Returns the value of the 'Domain Vision Statement' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setDomainVisionStatement(java.lang.String value)
Sets the value of the '
Domain Vision Statement ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ContextMappingDSLPackage.getDomainPart_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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.getDomainPart_DomainVisionStatement()
void setDomainVisionStatement(java.lang.String value)
Domain Vision Statement
' attribute.
value
- the new value of the 'Domain Vision Statement' attribute.getDomainVisionStatement()