Uses of Enum Class
org.openhab.core.automation.RuleStatus
Packages that use RuleStatus
-
Uses of RuleStatus in org.openhab.core.automation
Methods in org.openhab.core.automation that return RuleStatusModifier and TypeMethodDescription@Nullable RuleStatus
Utility method which getsRuleStatus
of the specifiedRule
.@Nullable RuleStatus
Utility method which getsRuleStatus
of the specifiedRule
.RuleStatusInfo.getStatus()
Gets the status itself.static RuleStatus
Returns the enum constant of this class with the specified name.static RuleStatus[]
RuleStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openhab.core.automation with parameters of type RuleStatusModifierConstructorDescriptionRuleStatusInfo
(RuleStatus status) Constructs a status info.RuleStatusInfo
(RuleStatus status, RuleStatusDetail statusDetail) Constructs a status info.RuleStatusInfo
(RuleStatus status, RuleStatusDetail statusDetail, @Nullable String description) Constructs a status info.