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
A representation of the model object 'Labeled Statement'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Label>Returns the value of the 'Labels' containment reference list.Returns the value of the 'Statement' containment reference.voidsetStatement(UnlabeledStatement value) Sets the value of the 'Statement' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getStatement
UnlabeledStatement getStatement()Returns the value of the 'Statement' containment reference.- Returns:
- the value of the 'Statement' containment reference.
- See Also:
-
setStatement
Sets the value of the 'Statement' containment reference.- Parameters:
value- the new value of the 'Statement' containment reference.- See Also:
-