public class ModelFormatImpl extends MinimalEObjectImpl.Container implements ModelFormat
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
MODEL_FORMAT_EDEFAULT
The default value of the '
Model Format ' attribute. |
protected java.lang.String |
modelFormat
The cached value of the '
Model Format ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
ModelFormatImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
boolean |
equals(java.lang.Object obj) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getModelFormat() |
int |
hashCode() |
void |
setModelFormat(java.lang.String newModelFormat) |
java.lang.String |
toString() |
protected static final java.lang.String MODEL_FORMAT_EDEFAULT
Model Format
' attribute.
getModelFormat()
protected java.lang.String modelFormat
Model Format
' attribute.
getModelFormat()
protected EClass eStaticClass()
public java.lang.String getModelFormat()
getModelFormat
in interface ModelFormat
ModelFormat.setModelFormat(String)
,
GeppettoPackage.getModelFormat_ModelFormat()
public void setModelFormat(java.lang.String newModelFormat)
setModelFormat
in interface ModelFormat
newModelFormat
- the new value of the 'Model Format' attribute.ModelFormat.getModelFormat()
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()
public int hashCode()
public boolean equals(java.lang.Object obj)