public interface NameReference extends Expression
The following features are supported:
GASTMPackage.getNameReference()| Modifier and Type | Method and Description |
|---|---|
Name |
getName()
Returns the value of the 'Name' containment reference.
|
DefinitionObject |
getRefersTo()
Returns the value of the 'Refers To' containment reference.
|
void |
setName(Name value)
Sets the value of the '
Name' containment reference. |
void |
setRefersTo(DefinitionObject value)
Sets the value of the '
Refers To' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoName getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(Name),
GASTMPackage.getNameReference_Name()void setName(Name value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()DefinitionObject getRefersTo()
If the meaning of the 'Refers To' containment reference isn't clear, there really should be more of a description here...
setRefersTo(DefinitionObject),
GASTMPackage.getNameReference_RefersTo()void setRefersTo(DefinitionObject value)
Refers To' containment reference.
value - the new value of the 'Refers To' containment reference.getRefersTo()