public class ParameterImpl extends ApplicationElementImpl implements MParameter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name
The cached value of the '
Name' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute |
protected java.lang.String |
value
The cached value of the '
Value' attribute |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the '
Value' attribute |
CONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
ParameterImpl() |
| 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 |
getName() |
java.lang.String |
getValue() |
void |
setName(java.lang.String newName) |
void |
setValue(java.lang.String newValue) |
java.lang.String |
toString() |
eInverseRemove, getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdprotected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.String value
Value' attribute.
getValue()protected EClass eStaticClass()
eStaticClass in class ApplicationElementImplpublic java.lang.String getName()
getName in interface MParameterMParameter.setName(String)public void setName(java.lang.String newName)
setName in interface MParameternewName - the new value of the 'Name' attribute.MParameter.getName()public java.lang.String getValue()
getValue in interface MParameterMParameter.setValue(String)public void setValue(java.lang.String newValue)
setValue in interface MParameternewValue - the new value of the 'Value' attribute.MParameter.getValue()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ApplicationElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ApplicationElementImplpublic void eUnset(int featureID)
eUnset in class ApplicationElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ApplicationElementImplpublic java.lang.String toString()
toString in class ApplicationElementImpl