Package com._1c.g5.v8.dt.bp.scheme.model
Interface EventHandler
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EventHandlerImpl
public interface EventHandler extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Event Handler'.The following features are supported:
- See Also:
ModelPackage.getEventHandler()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event
getEvent()
Returns the value of the 'Event' reference.String
getName()
Returns the value of the 'Name' attribute.void
setEvent(Event value)
Sets the value of the 'Event
' reference.void
setName(String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getEvent
Event getEvent()
Returns the value of the 'Event' reference.- Returns:
- the value of the 'Event' reference.
- See Also:
setEvent(Event)
,ModelPackage.getEventHandler_Event()
-
setEvent
void setEvent(Event value)
Sets the value of the 'Event
' reference.- Parameters:
value
- the new value of the 'Event' reference.- See Also:
getEvent()
-
getName
String getName()
Returns the value of the 'Name' attribute. The default value is""
.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ModelPackage.getEventHandler_Name()
-
-