Uses of Interface
org.openhab.core.model.rule.rules.ValidTrigger
Packages that use ValidTrigger
Package
Description
-
Uses of ValidTrigger in org.openhab.core.model.rule.rules
Subinterfaces of ValidTrigger in org.openhab.core.model.rule.rulesModifier 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'.Methods in org.openhab.core.model.rule.rules that return ValidTriggerModifier and TypeMethodDescriptionRulesFactory.createValidTrigger()
Returns a new object of class 'Valid Trigger'.EventEmittedTrigger.getTrigger()
Returns the value of the 'Trigger' containment reference.Methods in org.openhab.core.model.rule.rules with parameters of type ValidTriggerModifier 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
Classes in org.openhab.core.model.rule.rules.impl that implement ValidTriggerModifier 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'.Fields in org.openhab.core.model.rule.rules.impl declared as ValidTriggerModifier and TypeFieldDescriptionprotected ValidTrigger
EventEmittedTriggerImpl.trigger
The cached value of the 'Trigger
' containment reference.Methods in org.openhab.core.model.rule.rules.impl that return ValidTriggerModifier and TypeMethodDescriptionRulesFactoryImpl.createValidTrigger()
EventEmittedTriggerImpl.getTrigger()
Methods in org.openhab.core.model.rule.rules.impl with parameters of type ValidTriggerModifier 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
Methods in org.openhab.core.model.rule.rules.util with parameters of type ValidTriggerModifier and TypeMethodDescriptionRulesSwitch.caseValidTrigger
(ValidTrigger object) Returns the result of interpreting the object as an instance of 'Valid Trigger'.