Uses of Interface
org.openhab.core.model.rule.rules.ValidCommand
Package
Description
-
Uses of ValidCommand in org.openhab.core.model.rule.rules
Modifier 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'.Modifier 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.Modifier 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
Modifier 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'.Modifier 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.Modifier and TypeMethodDescriptionRulesFactoryImpl.createValidCommand()
CommandEventTriggerImpl.getCommand()
GroupMemberCommandEventTriggerImpl.getCommand()
Modifier 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
Modifier and TypeMethodDescriptionRulesSwitch.caseValidCommand
(ValidCommand object) Returns the result of interpreting the object as an instance of 'Valid Command'.