Uses of Interface
org.openhab.core.model.rule.rules.ValidState
Package
Description
-
Uses of ValidState in org.openhab.core.model.rule.rules
Modifier 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'.Modifier 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.Modifier 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
Modifier 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'.Modifier 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.Modifier and TypeMethodDescriptionRulesFactoryImpl.createValidState()
ChangedEventTriggerImpl.getNewState()
GroupMemberChangedEventTriggerImpl.getNewState()
ChangedEventTriggerImpl.getOldState()
GroupMemberChangedEventTriggerImpl.getOldState()
GroupMemberUpdateEventTriggerImpl.getState()
UpdateEventTriggerImpl.getState()
Modifier 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
Modifier and TypeMethodDescriptionRulesSwitch.caseValidState
(ValidState object) Returns the result of interpreting the object as an instance of 'Valid State'.