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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Valid Trigger Id'.interfaceA representation of the model object 'Valid Trigger Number'.interfaceA 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 TypeMethodDescriptionvoidEventEmittedTrigger.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 TypeClassDescriptionclassAn implementation of the model object 'Valid Trigger Id'.classAn implementation of the model object 'Valid Trigger'.classAn implementation of the model object 'Valid Trigger Number'.classAn implementation of the model object 'Valid Trigger String'.Fields in org.openhab.core.model.rule.rules.impl declared as ValidTriggerModifier and TypeFieldDescriptionprotected ValidTriggerEventEmittedTriggerImpl.triggerThe 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.NotificationChainEventEmittedTriggerImpl.basicSetTrigger(ValidTrigger newTrigger, org.eclipse.emf.common.notify.NotificationChain msgs) voidEventEmittedTriggerImpl.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'.