org.eclipse.modisco.omg.gastm
Interface LabelDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject

public interface LabelDefinition
extends DefinitionObject

A representation of the model object 'Label Definition'.

The following features are supported:

See Also:
GASTMPackage.getLabelDefinition()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getLabelName

Name getLabelName()
Returns the value of the 'Label Name' containment reference.

If the meaning of the 'Label Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label Name' containment reference.
See Also:
setLabelName(Name), GASTMPackage.getLabelDefinition_LabelName()
Generated:
Model:
containment="true" required="true"

setLabelName

void setLabelName(Name value)
Sets the value of the 'Label Name' containment reference.

Parameters:
value - the new value of the 'Label Name' containment reference.
See Also:
getLabelName()
Generated:

getLabelType

LabelType getLabelType()
Returns the value of the 'Label Type' containment reference.

If the meaning of the 'Label Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label Type' containment reference.
See Also:
setLabelType(LabelType), GASTMPackage.getLabelDefinition_LabelType()
Generated:
Model:
containment="true" required="true"

setLabelType

void setLabelType(LabelType value)
Sets the value of the 'Label Type' containment reference.

Parameters:
value - the new value of the 'Label Type' containment reference.
See Also:
getLabelType()
Generated: