public class VariableValueImpl extends MinimalEObjectImpl.Container implements VariableValue
Modifier and Type | Field and Description |
---|---|
protected Pointer |
pointer
The cached value of the '
Pointer ' containment reference. |
protected Value |
value
The cached value of the '
Value ' containment reference. |
Modifier | Constructor and Description |
---|---|
protected |
VariableValueImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetPointer(Pointer newPointer,
NotificationChain msgs) |
NotificationChain |
basicSetValue(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) |
Pointer |
getPointer() |
Value |
getValue() |
void |
setPointer(Pointer newPointer) |
void |
setValue(Value newValue) |
protected Pointer pointer
Pointer
' containment reference.
getPointer()
protected Value value
Value
' containment reference.
getValue()
protected EClass eStaticClass()
public Pointer getPointer()
getPointer
in interface VariableValue
VariableValue.setPointer(Pointer)
,
GeppettoPackage.getVariableValue_Pointer()
public NotificationChain basicSetPointer(Pointer newPointer, NotificationChain msgs)
public void setPointer(Pointer newPointer)
setPointer
in interface VariableValue
newPointer
- the new value of the 'Pointer' containment reference.VariableValue.getPointer()
public Value getValue()
getValue
in interface VariableValue
VariableValue.setValue(Value)
,
GeppettoPackage.getVariableValue_Value()
public NotificationChain basicSetValue(Value newValue, NotificationChain msgs)
public void setValue(Value newValue)
setValue
in interface VariableValue
newValue
- the new value of the 'Value' containment reference.VariableValue.getValue()
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)