Uses of Interface
org.openhab.core.model.rule.rules.ValidCommand
Packages that use ValidCommand
Package
Description
-
Uses of ValidCommand in org.openhab.core.model.rule.rules
Subinterfaces of ValidCommand in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Valid Command Id'.interface
A representation of the model object 'Valid Command Number'.interface
A representation of the model object 'Valid Command String'.Methods in org.openhab.core.model.rule.rules that return ValidCommandModifier and TypeMethodDescriptionRulesFactory.createValidCommand()
Returns a new object of class 'Valid Command'.CommandEventTrigger.getCommand()
Returns the value of the 'Command' containment reference.GroupMemberCommandEventTrigger.getCommand()
Returns the value of the 'Command' containment reference.Methods in org.openhab.core.model.rule.rules with parameters of type ValidCommandModifier and TypeMethodDescriptionvoid
CommandEventTrigger.setCommand
(ValidCommand value) Sets the value of the 'Command
' containment reference.void
GroupMemberCommandEventTrigger.setCommand
(ValidCommand value) Sets the value of the 'Command
' containment reference. -
Uses of ValidCommand in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement ValidCommandModifier and TypeClassDescriptionclass
An implementation of the model object 'Valid Command Id'.class
An implementation of the model object 'Valid Command'.class
An implementation of the model object 'Valid Command Number'.class
An implementation of the model object 'Valid Command String'.Fields in org.openhab.core.model.rule.rules.impl declared as ValidCommandModifier and TypeFieldDescriptionprotected ValidCommand
CommandEventTriggerImpl.command
The cached value of the 'Command
' containment reference.protected ValidCommand
GroupMemberCommandEventTriggerImpl.command
The cached value of the 'Command
' containment reference.Methods in org.openhab.core.model.rule.rules.impl that return ValidCommandModifier and TypeMethodDescriptionRulesFactoryImpl.createValidCommand()
CommandEventTriggerImpl.getCommand()
GroupMemberCommandEventTriggerImpl.getCommand()
Methods in org.openhab.core.model.rule.rules.impl with parameters of type ValidCommandModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
CommandEventTriggerImpl.basicSetCommand
(ValidCommand newCommand, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GroupMemberCommandEventTriggerImpl.basicSetCommand
(ValidCommand newCommand, org.eclipse.emf.common.notify.NotificationChain msgs) void
CommandEventTriggerImpl.setCommand
(ValidCommand newCommand) void
GroupMemberCommandEventTriggerImpl.setCommand
(ValidCommand newCommand) -
Uses of ValidCommand in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type ValidCommandModifier and TypeMethodDescriptionRulesSwitch.caseValidCommand
(ValidCommand object) Returns the result of interpreting the object as an instance of 'Valid Command'.