Package com._1c.g5.v8.dt.bsl.model
Interface LabeledStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
- All Known Implementing Classes:
LabeledStatementImpl
public interface LabeledStatement extends Statement
A representation of the model object 'Labeled Statement'.The following features are supported:
- See Also:
BslPackage.getLabeledStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Label>
getLabels()
Returns the value of the 'Labels' containment reference list.UnlabeledStatement
getStatement()
Returns the value of the 'Statement' containment reference.void
setStatement(UnlabeledStatement value)
Sets the value of the 'Statement
' containment reference.
-
-
-
Method Detail
-
getLabels
org.eclipse.emf.common.util.EList<Label> getLabels()
Returns the value of the 'Labels' containment reference list. The list contents are of typeLabel
.- Returns:
- the value of the 'Labels' containment reference list.
- See Also:
BslPackage.getLabeledStatement_Labels()
-
getStatement
UnlabeledStatement getStatement()
Returns the value of the 'Statement' containment reference.- Returns:
- the value of the 'Statement' containment reference.
- See Also:
setStatement(UnlabeledStatement)
,BslPackage.getLabeledStatement_Statement()
-
setStatement
void setStatement(UnlabeledStatement value)
Sets the value of the 'Statement
' containment reference.- Parameters:
value
- the new value of the 'Statement' containment reference.- See Also:
getStatement()
-
-