Uses of Enum Class
org.openhab.core.automation.RuleStatusDetail
-
Uses of RuleStatusDetail in org.openhab.core.automation
Modifier and TypeMethodDescriptionRuleStatusInfo.getStatusDetail()
Gets the detail of the status.static RuleStatusDetail
Returns the enum constant of this class with the specified name.static RuleStatusDetail[]
RuleStatusDetail.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRuleStatusInfo
(RuleStatus status, RuleStatusDetail statusDetail) Constructs a status info.RuleStatusInfo
(RuleStatus status, RuleStatusDetail statusDetail, @Nullable String description) Constructs a status info.