Interface EventEmittedTrigger
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventTrigger
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EventEmittedTriggerImpl
A representation of the model object 'Event Emitted Trigger'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Channel' attribute.Returns the value of the 'Trigger' containment reference.void
setChannel
(String value) Sets the value of the 'Channel
' attribute.void
setTrigger
(ValidTrigger value) Sets the value of the 'Trigger
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getChannel
String getChannel()Returns the value of the 'Channel' attribute.- Returns:
- the value of the 'Channel' attribute.
- See Also:
-
setChannel
Sets the value of the 'Channel
' attribute.- Parameters:
value
- the new value of the 'Channel' attribute.- See Also:
-
getTrigger
ValidTrigger getTrigger()Returns the value of the 'Trigger' containment reference.- Returns:
- the value of the 'Trigger' containment reference.
- See Also:
-
setTrigger
Sets the value of the 'Trigger
' containment reference.- Parameters:
value
- the new value of the 'Trigger' containment reference.- See Also:
-