org.eclipse.modisco.omg.gastm
Interface LabeledStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface LabeledStatement
extends Statement

A representation of the model object 'Labeled Statement'.

The following features are supported:

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

Method Summary
 LabelDefinition getLabel()
          Returns the value of the 'Label' containment reference.
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 void setLabel(LabelDefinition value)
          Sets the value of the 'Label' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getLabel

LabelDefinition getLabel()
Returns the value of the 'Label' containment reference.

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

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(LabelDefinition), GASTMPackage.getLabeledStatement_Label()
Generated:
Model:
containment="true" required="true"

setLabel

void setLabel(LabelDefinition value)
Sets the value of the 'Label' containment reference.

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

getStatement

Statement getStatement()
Returns the value of the 'Statement' containment reference.

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

Returns:
the value of the 'Statement' containment reference.
See Also:
setStatement(Statement), GASTMPackage.getLabeledStatement_Statement()
Generated:
Model:
containment="true"

setStatement

void setStatement(Statement value)
Sets the value of the 'Statement' containment reference.

Parameters:
value - the new value of the 'Statement' containment reference.
See Also:
getStatement()
Generated: