public interface PointerElement
The following features are supported:
ValuesPackage.getPointerElement()
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getIndex()
Returns the value of the 'Index' attribute.
|
Type |
getType()
Returns the value of the 'Type' reference.
|
Variable |
getVariable()
Returns the value of the 'Variable' reference.
|
void |
setIndex(java.lang.Integer value)
Sets the value of the '
Index ' attribute. |
void |
setType(Type value)
Sets the value of the '
Type ' reference. |
void |
setVariable(Variable value)
Sets the value of the '
Variable ' reference. |
Variable getVariable()
If the meaning of the 'Variable' reference isn't clear, there really should be more of a description here...
setVariable(Variable)
,
ValuesPackage.getPointerElement_Variable()
void setVariable(Variable value)
Variable
' reference.
value
- the new value of the 'Variable' reference.getVariable()
Type getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(Type)
,
ValuesPackage.getPointerElement_Type()
void setType(Type value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
java.lang.Integer getIndex()
"-1"
.
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(Integer)
,
ValuesPackage.getPointerElement_Index()
void setIndex(java.lang.Integer value)
Index
' attribute.
value
- the new value of the 'Index' attribute.getIndex()