public class TypeToValueMapImpl
extends MinimalEObjectImpl.Container
Modifier and Type | Field and Description |
---|---|
protected int |
hash |
protected Type |
key
The cached value of the '
Key ' reference. |
protected Value |
value
The cached value of the '
Value ' containment reference. |
Modifier | Constructor and Description |
---|---|
protected |
TypeToValueMapImpl() |
Modifier and Type | Method and Description |
---|---|
Type |
basicGetTypedKey() |
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() |
Type |
getKey() |
Type |
getTypedKey() |
Value |
getTypedValue() |
Value |
getValue() |
void |
setHash(int hash) |
void |
setKey(Type key) |
void |
setTypedKey(Type newKey) |
void |
setTypedValue(Value newValue) |
Value |
setValue(Value value) |
protected Type key
Key
' reference.
getTypedKey()
protected Value value
Value
' containment reference.
getTypedValue()
protected int hash
protected EClass eStaticClass()
public Type getTypedKey()
public Type basicGetTypedKey()
public void setTypedKey(Type 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 int getHash()
public void setHash(int hash)
public Type getKey()
public void setKey(Type key)
public Value getValue()
public <any> getEMap()