Uses of Interface
org.openhab.core.model.rule.rules.ValidTrigger
Package
Description
-
Uses of ValidTrigger in org.openhab.core.model.rule.rules
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Valid Trigger Id'.interface
A representation of the model object 'Valid Trigger Number'.interface
A representation of the model object 'Valid Trigger String'.Modifier and TypeMethodDescriptionRulesFactory.createValidTrigger()
Returns a new object of class 'Valid Trigger'.EventEmittedTrigger.getTrigger()
Returns the value of the 'Trigger' containment reference.Modifier and TypeMethodDescriptionvoid
EventEmittedTrigger.setTrigger
(ValidTrigger value) Sets the value of the 'Trigger
' containment reference. -
Uses of ValidTrigger in org.openhab.core.model.rule.rules.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Valid Trigger Id'.class
An implementation of the model object 'Valid Trigger'.class
An implementation of the model object 'Valid Trigger Number'.class
An implementation of the model object 'Valid Trigger String'.Modifier and TypeFieldDescriptionprotected ValidTrigger
EventEmittedTriggerImpl.trigger
The cached value of the 'Trigger
' containment reference.Modifier and TypeMethodDescriptionRulesFactoryImpl.createValidTrigger()
EventEmittedTriggerImpl.getTrigger()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
EventEmittedTriggerImpl.basicSetTrigger
(ValidTrigger newTrigger, org.eclipse.emf.common.notify.NotificationChain msgs) void
EventEmittedTriggerImpl.setTrigger
(ValidTrigger newTrigger) -
Uses of ValidTrigger in org.openhab.core.model.rule.rules.util
Modifier and TypeMethodDescriptionRulesSwitch.caseValidTrigger
(ValidTrigger object) Returns the result of interpreting the object as an instance of 'Valid Trigger'.