public interface Pointer extends Value
The following features are supported:
ValuesPackage.getPointer()
Modifier and Type | Method and Description |
---|---|
<any> |
getElements()
Returns the value of the 'Elements' containment reference list.
|
java.lang.String |
getInstancePath() |
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
Point |
getPoint()
Returns the value of the 'Point' containment reference.
|
void |
setPath(java.lang.String value)
Sets the value of the '
Path ' attribute. |
void |
setPoint(Point value)
Sets the value of the '
Point ' containment reference. |
isSynched, setSynched
<any> getElements()
PointerElement
.
If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...
ValuesPackage.getPointer_Elements()
Point getPoint()
If the meaning of the 'Point' containment reference isn't clear, there really should be more of a description here...
setPoint(Point)
,
ValuesPackage.getPointer_Point()
void setPoint(Point value)
Point
' containment reference.
value
- the new value of the 'Point' containment reference.getPoint()
java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String)
,
ValuesPackage.getPointer_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
java.lang.String getInstancePath()