public interface LabelDefinition extends DefinitionObject
The following features are supported:
GASTMPackage.getLabelDefinition()| Modifier and Type | Method and Description |
|---|---|
Name |
getLabelName()
Returns the value of the 'Label Name' containment reference.
|
LabelType |
getLabelType()
Returns the value of the 'Label Type' containment reference.
|
void |
setLabelName(Name value)
Sets the value of the '
Label Name' containment reference. |
void |
setLabelType(LabelType value)
Sets the value of the '
Label Type' containment reference. |
getAnnotations, 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.getLabelDefinition_LabelName()void setLabelName(Name value)
Label Name' containment reference.
value - the new value of the 'Label Name' containment reference.getLabelName()LabelType getLabelType()
If the meaning of the 'Label Type' containment reference isn't clear, there really should be more of a description here...
setLabelType(LabelType),
GASTMPackage.getLabelDefinition_LabelType()void setLabelType(LabelType value)
Label Type' containment reference.
value - the new value of the 'Label Type' containment reference.getLabelType()