public class StringToValueMapImpl
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 Value |
value
The cached value of the '
Value ' containment reference. |
Modifier | Constructor and Description |
---|---|
protected |
StringToValueMapImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetTypedValue(Value newValue,
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) |
<any> |
getEMap() |
int |
getHash() |
java.lang.String |
getKey() |
java.lang.String |
getTypedKey() |
Value |
getTypedValue() |
Value |
getValue() |
void |
setHash(int hash) |
void |
setKey(java.lang.String key) |
void |
setTypedKey(java.lang.String newKey) |
void |
setTypedValue(Value newValue) |
Value |
setValue(Value 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 Value value
Value
' containment reference.
getTypedValue()
protected int hash
protected EClass eStaticClass()
public java.lang.String getTypedKey()
public void setTypedKey(java.lang.String newKey)
public Value getTypedValue()
public NotificationChain basicSetTypedValue(Value newValue, NotificationChain msgs)
public void setTypedValue(Value newValue)
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()
public int getHash()
public void setHash(int hash)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public Value getValue()
public <any> getEMap()