public interface DomainModel
The following features are supported:
GeppettoPackage.getDomainModel()
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDomainModel()
Returns the value of the 'Domain Model' attribute.
|
ModelFormat |
getFormat()
Returns the value of the 'Format' containment reference.
|
void |
setDomainModel(java.lang.Object value)
Sets the value of the '
Domain Model ' attribute. |
void |
setFormat(ModelFormat value)
Sets the value of the '
Format ' containment reference. |
java.lang.Object getDomainModel()
If the meaning of the 'Domain Model' attribute isn't clear, there really should be more of a description here...
setDomainModel(Object)
,
GeppettoPackage.getDomainModel_DomainModel()
void setDomainModel(java.lang.Object value)
Domain Model
' attribute.
value
- the new value of the 'Domain Model' attribute.getDomainModel()
ModelFormat getFormat()
If the meaning of the 'Format' containment reference isn't clear, there really should be more of a description here...
setFormat(ModelFormat)
,
GeppettoPackage.getDomainModel_Format()
void setFormat(ModelFormat value)
Format
' containment reference.
value
- the new value of the 'Format' containment reference.getFormat()