Uses of Enum Class
org.openhab.core.automation.Rule.TemplateState
Packages that use Rule.TemplateState
-
Uses of Rule.TemplateState in org.openhab.core.automation
Methods in org.openhab.core.automation that return Rule.TemplateStateModifier and TypeMethodDescriptiondefault Rule.TemplateState
Rule.getTemplateState()
This method is used to track the template processing state by theRuleRegistry
.static Rule.TemplateState
Returns theRule.TemplateState
that best represents the specified string.static Rule.TemplateState
Returns the enum constant of this class with the specified name.static Rule.TemplateState[]
Rule.TemplateState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Rule.TemplateState in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util with parameters of type Rule.TemplateStateModifier and TypeMethodDescriptionRuleBuilder.withTemplateState
(Rule.TemplateState templateState)