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.EObjectA 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 EventgetEvent()Returns the value of the 'Event' reference.StringgetName()Returns the value of the 'Name' attribute.voidsetEvent(Event value)Sets the value of the 'Event' reference.voidsetName(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()
-
-