| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
LabelDefinition |
GASTMFactory.createLabelDefinition()
Returns a new object of class 'Label Definition'.
|
LabelDefinition |
LabeledStatement.getLabel()
Returns the value of the 'Label' containment reference.
|
LabelDefinition |
LabelAccess.getLabelDefinition()
Returns the value of the 'Label Definition' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledStatement.setLabel(LabelDefinition value)
Sets the value of the '
Label' containment reference. |
void |
LabelAccess.setLabelDefinition(LabelDefinition value)
Sets the value of the '
Label Definition' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseLabelDefinition(LabelDefinition object)
Returns the result of interpreting the object as an instance of 'Label Definition'.
|