public interface LabelAccess extends Expression
The following features are supported:
GASTMPackage.getLabelAccess()| Modifier and Type | Method and Description |
|---|---|
LabelDefinition |
getLabelDefinition()
Returns the value of the 'Label Definition' reference.
|
Name |
getLabelName()
Returns the value of the 'Label Name' containment reference.
|
void |
setLabelDefinition(LabelDefinition value)
Sets the value of the '
Label Definition' reference. |
void |
setLabelName(Name value)
Sets the value of the '
Label Name' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoName getLabelName()
If the meaning of the 'Label Name' containment reference isn't clear, there really should be more of a description here...
setLabelName(Name),
GASTMPackage.getLabelAccess_LabelName()void setLabelName(Name value)
Label Name' containment reference.
value - the new value of the 'Label Name' containment reference.getLabelName()LabelDefinition getLabelDefinition()
If the meaning of the 'Label Definition' reference isn't clear, there really should be more of a description here...
setLabelDefinition(LabelDefinition),
GASTMPackage.getLabelAccess_LabelDefinition()void setLabelDefinition(LabelDefinition value)
Label Definition' reference.
value - the new value of the 'Label Definition' reference.getLabelDefinition()