Uses of Enum Class
org.openhab.core.automation.RuleStatus
-
Uses of RuleStatus in org.openhab.core.automation
Modifier 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.ModifierConstructorDescriptionRuleStatusInfo
(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.