public class ImportValueImpl extends ValueImpl implements ImportValue
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
MODEL_INTERPRETER_ID_EDEFAULT
The default value of the '
Model Interpreter Id ' attribute. |
protected java.lang.String |
modelInterpreterId
The cached value of the '
Model Interpreter Id ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ImportValueImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getModelInterpreterId() |
void |
setModelInterpreterId(java.lang.String newModelInterpreterId) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final java.lang.String MODEL_INTERPRETER_ID_EDEFAULT
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected java.lang.String modelInterpreterId
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public java.lang.String getModelInterpreterId()
getModelInterpreterId
in interface ImportValue
ImportValue.setModelInterpreterId(String)
,
ValuesPackage.getImportValue_ModelInterpreterId()
public void setModelInterpreterId(java.lang.String newModelInterpreterId)
setModelInterpreterId
in interface ImportValue
newModelInterpreterId
- the new value of the 'Model Interpreter Id' attribute.ImportValue.getModelInterpreterId()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)