public class DomainModelImpl extends MinimalEObjectImpl.Container implements DomainModel
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.Object |
DOMAIN_MODEL_EDEFAULT
The default value of the '
Domain Model ' attribute. |
protected java.lang.Object |
domainModel
The cached value of the '
Domain Model ' attribute. |
protected ModelFormat |
format
The cached value of the '
Format ' containment reference. |
Modifier | Constructor and Description |
---|---|
protected |
DomainModelImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetFormat(ModelFormat newFormat,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.Object |
getDomainModel() |
ModelFormat |
getFormat() |
void |
setDomainModel(java.lang.Object newDomainModel) |
void |
setFormat(ModelFormat newFormat) |
java.lang.String |
toString() |
protected static final java.lang.Object DOMAIN_MODEL_EDEFAULT
Domain Model
' attribute.
getDomainModel()
protected java.lang.Object domainModel
Domain Model
' attribute.
getDomainModel()
protected ModelFormat format
Format
' containment reference.
getFormat()
protected EClass eStaticClass()
public java.lang.Object getDomainModel()
getDomainModel
in interface DomainModel
DomainModel.setDomainModel(Object)
,
GeppettoPackage.getDomainModel_DomainModel()
public void setDomainModel(java.lang.Object newDomainModel)
setDomainModel
in interface DomainModel
newDomainModel
- the new value of the 'Domain Model' attribute.DomainModel.getDomainModel()
public ModelFormat getFormat()
getFormat
in interface DomainModel
DomainModel.setFormat(ModelFormat)
,
GeppettoPackage.getDomainModel_Format()
public NotificationChain basicSetFormat(ModelFormat newFormat, NotificationChain msgs)
public void setFormat(ModelFormat newFormat)
setFormat
in interface DomainModel
newFormat
- the new value of the 'Format' containment reference.DomainModel.getFormat()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()