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.rulesSubinterfaces of ValidState in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Valid State Id'.interfaceA representation of the model object 'Valid State Number'.interfaceA 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 TypeMethodDescriptionvoidChangedEventTrigger.setNewState(ValidState value) Sets the value of the 'New State' containment reference.voidGroupMemberChangedEventTrigger.setNewState(ValidState value) Sets the value of the 'New State' containment reference.voidChangedEventTrigger.setOldState(ValidState value) Sets the value of the 'Old State' containment reference.voidGroupMemberChangedEventTrigger.setOldState(ValidState value) Sets the value of the 'Old State' containment reference.voidGroupMemberUpdateEventTrigger.setState(ValidState value) Sets the value of the 'State' containment reference.voidUpdateEventTrigger.setState(ValidState value) Sets the value of the 'State' containment reference.
- 
Uses of ValidState in org.openhab.core.model.rule.rules.implClasses in org.openhab.core.model.rule.rules.impl that implement ValidStateModifier and TypeClassDescriptionclassAn implementation of the model object 'Valid State Id'.classAn implementation of the model object 'Valid State'.classAn implementation of the model object 'Valid State Number'.classAn implementation of the model object 'Valid State String'.Fields in org.openhab.core.model.rule.rules.impl declared as ValidStateModifier and TypeFieldDescriptionprotected ValidStateChangedEventTriggerImpl.newStateThe cached value of the 'New State' containment reference.protected ValidStateGroupMemberChangedEventTriggerImpl.newStateThe cached value of the 'New State' containment reference.protected ValidStateChangedEventTriggerImpl.oldStateThe cached value of the 'Old State' containment reference.protected ValidStateGroupMemberChangedEventTriggerImpl.oldStateThe cached value of the 'Old State' containment reference.protected ValidStateGroupMemberUpdateEventTriggerImpl.stateThe cached value of the 'State' containment reference.protected ValidStateUpdateEventTriggerImpl.stateThe 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.NotificationChainChangedEventTriggerImpl.basicSetNewState(ValidState newNewState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainGroupMemberChangedEventTriggerImpl.basicSetNewState(ValidState newNewState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainChangedEventTriggerImpl.basicSetOldState(ValidState newOldState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainGroupMemberChangedEventTriggerImpl.basicSetOldState(ValidState newOldState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainGroupMemberUpdateEventTriggerImpl.basicSetState(ValidState newState, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainUpdateEventTriggerImpl.basicSetState(ValidState newState, org.eclipse.emf.common.notify.NotificationChain msgs) voidChangedEventTriggerImpl.setNewState(ValidState newNewState) voidGroupMemberChangedEventTriggerImpl.setNewState(ValidState newNewState) voidChangedEventTriggerImpl.setOldState(ValidState newOldState) voidGroupMemberChangedEventTriggerImpl.setOldState(ValidState newOldState) voidGroupMemberUpdateEventTriggerImpl.setState(ValidState newState) voidUpdateEventTriggerImpl.setState(ValidState newState) 
- 
Uses of ValidState in org.openhab.core.model.rule.rules.utilMethods 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'.