public class StringToStringMapImpl
extends MinimalEObjectImpl.Container
Modifier and Type | Field and Description |
---|---|
protected int |
hash |
protected java.lang.String |
key
The cached value of the '
Key ' attribute. |
protected static java.lang.String |
KEY_EDEFAULT
The default value of the '
Key ' 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. |
Modifier | Constructor and Description |
---|---|
protected |
StringToStringMapImpl() |
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) |
<any> |
getEMap() |
int |
getHash() |
java.lang.String |
getKey() |
java.lang.String |
getTypedKey() |
java.lang.String |
getTypedValue() |
java.lang.String |
getValue() |
void |
setHash(int hash) |
void |
setKey(java.lang.String key) |
void |
setTypedKey(java.lang.String newKey) |
void |
setTypedValue(java.lang.String newValue) |
java.lang.String |
setValue(java.lang.String value) |
java.lang.String |
toString() |
protected static final java.lang.String KEY_EDEFAULT
Key
' attribute.
getTypedKey()
protected java.lang.String key
Key
' attribute.
getTypedKey()
protected static final java.lang.String VALUE_EDEFAULT
Value
' attribute.
getTypedValue()
protected java.lang.String value
Value
' attribute.
getTypedValue()
protected int hash
protected EClass eStaticClass()
public java.lang.String getTypedKey()
public void setTypedKey(java.lang.String newKey)
public java.lang.String getTypedValue()
public void setTypedValue(java.lang.String newValue)
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 getHash()
public void setHash(int hash)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getValue()
public java.lang.String setValue(java.lang.String value)
public <any> getEMap()