Package com._1c.g5.v8.dt.bsl.model
Interface GotoStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
,UnlabeledStatement
- All Known Implementing Classes:
GotoStatementImpl
public interface GotoStatement extends UnlabeledStatement
A representation of the model object 'Goto Statement'.The following features are supported:
- See Also:
BslPackage.getGotoStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Label
getLabel()
Returns the value of the 'Label' reference.void
setLabel(Label value)
Sets the value of the 'Label
' reference.
-
-
-
Method Detail
-
getLabel
Label getLabel()
Returns the value of the 'Label' reference.- Returns:
- the value of the 'Label' reference.
- See Also:
setLabel(Label)
,BslPackage.getGotoStatement_Label()
-
setLabel
void setLabel(Label value)
Sets the value of the 'Label
' reference.- Parameters:
value
- the new value of the 'Label' reference.- See Also:
getLabel()
-
-