public interface ArrayElement extends Value
The following features are supported:
ValuesPackage.getArrayElement()
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
Value |
getInitialValue()
Returns the value of the 'Initial Value' containment reference.
|
Point |
getPosition()
Returns the value of the 'Position' containment reference.
|
void |
setIndex(int value)
Sets the value of the '
Index ' attribute. |
void |
setInitialValue(Value value)
Sets the value of the '
Initial Value ' containment reference. |
void |
setPosition(Point value)
Sets the value of the '
Position ' containment reference. |
isSynched, setSynched
int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int)
,
ValuesPackage.getArrayElement_Index()
void setIndex(int value)
Index
' attribute.
value
- the new value of the 'Index' attribute.getIndex()
Point getPosition()
If the meaning of the 'Position' containment reference isn't clear, there really should be more of a description here...
setPosition(Point)
,
ValuesPackage.getArrayElement_Position()
void setPosition(Point value)
Position
' containment reference.
value
- the new value of the 'Position' containment reference.getPosition()
Value getInitialValue()
If the meaning of the 'Initial Value' containment reference isn't clear, there really should be more of a description here...
setInitialValue(Value)
,
ValuesPackage.getArrayElement_InitialValue()
void setInitialValue(Value value)
Initial Value
' containment reference.
value
- the new value of the 'Initial Value' containment reference.getInitialValue()