public class PointerImpl extends ValueImpl implements Pointer
Modifier and Type | Field and Description |
---|---|
protected <any> |
elements
The cached value of the '
Elements ' containment reference list. |
protected java.lang.String |
path
The cached value of the '
Path ' attribute. |
protected static java.lang.String |
PATH_EDEFAULT
The default value of the '
Path ' attribute. |
protected Point |
point
The cached value of the '
Point ' containment reference. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
PointerImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetPoint(Point newPoint,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
java.lang.Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getElements() |
java.lang.String |
getInstancePath() |
java.lang.String |
getPath() |
Point |
getPoint() |
void |
setPath(java.lang.String newPath) |
void |
setPoint(Point newPoint) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected <any> elements
Elements
' containment reference list.
getElements()
protected Point point
Point
' containment reference.
getPoint()
protected static final java.lang.String PATH_EDEFAULT
Path
' attribute.
getPath()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public <any> getElements()
getElements
in interface Pointer
ValuesPackage.getPointer_Elements()
public Point getPoint()
getPoint
in interface Pointer
Pointer.setPoint(Point)
,
ValuesPackage.getPointer_Point()
public NotificationChain basicSetPoint(Point newPoint, NotificationChain msgs)
public void setPoint(Point newPoint)
setPoint
in interface Pointer
newPoint
- the new value of the 'Point' containment reference.Pointer.getPoint()
public java.lang.String getPath()
getPath
in interface Pointer
Pointer.setPath(String)
,
ValuesPackage.getPointer_Path()
public void setPath(java.lang.String newPath)
setPath
in interface Pointer
newPath
- the new value of the 'Path' attribute.Pointer.getPath()
public java.lang.String getInstancePath()
getInstancePath
in interface Pointer
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public java.lang.Object eInvoke(int operationID, <any> arguments) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException