org.eclipse.modisco.omg.gastm
Interface LabelAccess

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface LabelAccess
extends Expression

A representation of the model object 'Label Access'.

The following features are supported:

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

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
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.getLabelAccess_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:

getLabelDefinition

LabelDefinition getLabelDefinition()
Returns the value of the 'Label Definition' reference.

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

Returns:
the value of the 'Label Definition' reference.
See Also:
setLabelDefinition(LabelDefinition), GASTMPackage.getLabelAccess_LabelDefinition()
Generated:
Model:
required="true"

setLabelDefinition

void setLabelDefinition(LabelDefinition value)
Sets the value of the 'Label Definition' reference.

Parameters:
value - the new value of the 'Label Definition' reference.
See Also:
getLabelDefinition()
Generated: