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:
-
Method Summary
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
-
getEvent
Event getEvent()Returns the value of the 'Event' reference.- Returns:
- the value of the 'Event' reference.
- See Also:
-
setEvent
Sets the value of the 'Event' reference.- Parameters:
value- the new value of the 'Event' reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute. The default value is"".- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-