Uses of Interface
org.openhab.core.model.rule.rules.ValidState
Packages that use ValidState
Package
Description
-
Uses of ValidState in org.openhab.core.model.rule.rules
Subinterfaces of ValidState in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Valid State Id'.interface
A representation of the model object 'Valid State Number'.interface
A representation of the model object 'Valid State String'.Methods in org.openhab.core.model.rule.rules that return ValidStateModifier and TypeMethodDescriptionRulesFactory.createValidState()
Returns a new object of class 'Valid State'.ChangedEventTrigger.getNewState()
Returns the value of the 'New State' containment reference.GroupMemberChangedEventTrigger.getNewState()
Returns the value of the 'New State' containment reference.ChangedEventTrigger.getOldState()
Returns the value of the 'Old State' containment reference.GroupMemberChangedEventTrigger.getOldState()
Returns the value of the 'Old State' containment reference.GroupMemberUpdateEventTrigger.getState()
Returns the value of the 'State' containment reference.UpdateEventTrigger.getState()
Returns the value of the 'State' containment reference.Methods in org.openhab.core.model.rule.rules with parameters of type ValidStateModifier and TypeMethodDescriptionvoid
ChangedEventTrigger.setNewState
(ValidState value) Sets the value of the 'New State
' containment reference.void
GroupMemberChangedEventTrigger.setNewState
(ValidState value) Sets the value of the 'New State
' containment reference.void
ChangedEventTrigger.setOldState
(ValidState value) Sets the value of the 'Old State
' containment reference.void
GroupMemberChangedEventTrigger.setOldState
(ValidState value) Sets the value of the 'Old State
' containment reference.void
GroupMemberUpdateEventTrigger.setState
(ValidState value) Sets the value of the 'State
' containment reference.void
UpdateEventTrigger.setState
(ValidState value) Sets the value of the 'State
' containment reference. -
Uses of ValidState in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement ValidStateModifier and TypeClassDescriptionclass
An implementation of the model object 'Valid State Id'.class
An implementation of the model object 'Valid State'.class
An implementation of the model object 'Valid State Number'.class
An implementation of the model object 'Valid State String'.Fields in org.openhab.core.model.rule.rules.impl declared as ValidStateModifier and TypeFieldDescriptionprotected ValidState
ChangedEventTriggerImpl.newState
The cached value of the 'New State
' containment reference.protected ValidState
GroupMemberChangedEventTriggerImpl.newState
The cached value of the 'New State
' containment reference.protected ValidState
ChangedEventTriggerImpl.oldState
The cached value of the 'Old State
' containment reference.protected ValidState
GroupMemberChangedEventTriggerImpl.oldState
The cached value of the 'Old State
' containment reference.protected ValidState
GroupMemberUpdateEventTriggerImpl.state
The cached value of the 'State
' containment reference.protected ValidState
UpdateEventTriggerImpl.state
The cached value of the 'State
' containment reference.Methods in org.openhab.core.model.rule.rules.impl that return ValidStateModifier and TypeMethodDescriptionRulesFactoryImpl.createValidState()
ChangedEventTriggerImpl.getNewState()
GroupMemberChangedEventTriggerImpl.getNewState()
ChangedEventTriggerImpl.getOldState()
GroupMemberChangedEventTriggerImpl.getOldState()
GroupMemberUpdateEventTriggerImpl.getState()
UpdateEventTriggerImpl.getState()
Methods in org.openhab.core.model.rule.rules.impl with parameters of type ValidStateModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ChangedEventTriggerImpl.basicSetNewState
(ValidState newNewState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GroupMemberChangedEventTriggerImpl.basicSetNewState
(ValidState newNewState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ChangedEventTriggerImpl.basicSetOldState
(ValidState newOldState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GroupMemberChangedEventTriggerImpl.basicSetOldState
(ValidState newOldState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GroupMemberUpdateEventTriggerImpl.basicSetState
(ValidState newState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
UpdateEventTriggerImpl.basicSetState
(ValidState newState, org.eclipse.emf.common.notify.NotificationChain msgs) void
ChangedEventTriggerImpl.setNewState
(ValidState newNewState) void
GroupMemberChangedEventTriggerImpl.setNewState
(ValidState newNewState) void
ChangedEventTriggerImpl.setOldState
(ValidState newOldState) void
GroupMemberChangedEventTriggerImpl.setOldState
(ValidState newOldState) void
GroupMemberUpdateEventTriggerImpl.setState
(ValidState newState) void
UpdateEventTriggerImpl.setState
(ValidState newState) -
Uses of ValidState in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type ValidStateModifier and TypeMethodDescriptionRulesSwitch.caseValidState
(ValidState object) Returns the result of interpreting the object as an instance of 'Valid State'.