Package iotmodel
Interface Event
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EventImpl
public interface Event
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Event'.
The following features are supported:
- See Also:
IotmodelPackage.getEvent()
-
Method Summary
Modifier and Type Method Description ActiongetTriggerAction()Returns the value of the 'Trigger Action' reference.voidsetTriggerAction(Action value)Sets the value of the 'Trigger Action' reference.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
-
getTriggerAction
Action getTriggerAction()Returns the value of the 'Trigger Action' reference. It is bidirectional and its opposite is 'Has Event'.- Returns:
- the value of the 'Trigger Action' reference.
- See Also:
setTriggerAction(Action),IotmodelPackage.getEvent_TriggerAction(),Action.getHasEvent()
-
setTriggerAction
Sets the value of the 'Trigger Action' reference.- Parameters:
value- the new value of the 'Trigger Action' reference.- See Also:
getTriggerAction()
-