public abstract class VisualValueImpl extends ValueImpl implements VisualValue
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
groupElements
The cached value of the '
Group Elements ' reference list. |
protected Point |
position
The cached value of the '
Position ' containment reference. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
VisualValueImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetPosition(Point newPosition,
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> |
getGroupElements() |
Point |
getPosition() |
void |
setPosition(Point newPosition) |
isSynched, setSynched, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected <any> groupElements
Group Elements
' reference list.
getGroupElements()
protected Point position
Position
' containment reference.
getPosition()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public <any> getGroupElements()
getGroupElements
in interface VisualValue
ValuesPackage.getVisualValue_GroupElements()
public Point getPosition()
getPosition
in interface VisualValue
VisualValue.setPosition(Point)
,
ValuesPackage.getVisualValue_Position()
public NotificationChain basicSetPosition(Point newPosition, NotificationChain msgs)
public void setPosition(Point newPosition)
setPosition
in interface VisualValue
newPosition
- the new value of the 'Position' containment reference.VisualValue.getPosition()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)