Package com._1c.g5.v8.dt.bsl.model
Interface EventHandlerStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
,UnlabeledStatement
- All Known Subinterfaces:
AddHandlerStatement
,RemoveHandlerStatement
- All Known Implementing Classes:
AddHandlerStatementImpl
,EventHandlerStatementImpl
,RemoveHandlerStatementImpl
public interface EventHandlerStatement extends UnlabeledStatement
A representation of the model object 'Event Handler Statement'.The following features are supported:
- See Also:
BslPackage.getEventHandlerStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getEventExpression()
Returns the value of the 'Event Expression' containment reference.Expression
getHandlerExpression()
Returns the value of the 'Handler Expression' containment reference.void
setEventExpression(Expression value)
Sets the value of the 'Event Expression
' containment reference.void
setHandlerExpression(Expression value)
Sets the value of the 'Handler Expression
' containment reference.
-
-
-
Method Detail
-
getEventExpression
Expression getEventExpression()
Returns the value of the 'Event Expression' containment reference.- Returns:
- the value of the 'Event Expression' containment reference.
- See Also:
setEventExpression(Expression)
,BslPackage.getEventHandlerStatement_EventExpression()
-
setEventExpression
void setEventExpression(Expression value)
Sets the value of the 'Event Expression
' containment reference.- Parameters:
value
- the new value of the 'Event Expression' containment reference.- See Also:
getEventExpression()
-
getHandlerExpression
Expression getHandlerExpression()
Returns the value of the 'Handler Expression' containment reference.- Returns:
- the value of the 'Handler Expression' containment reference.
- See Also:
setHandlerExpression(Expression)
,BslPackage.getEventHandlerStatement_HandlerExpression()
-
setHandlerExpression
void setHandlerExpression(Expression value)
Sets the value of the 'Handler Expression
' containment reference.- Parameters:
value
- the new value of the 'Handler Expression' containment reference.- See Also:
getHandlerExpression()
-
-