Uses of Class
ch.mobi.mobitor.domain.screen.RuleEvaluationSeverity
-
Packages that use RuleEvaluationSeverity Package Description ch.mobi.mobitor.domain.screen -
-
Uses of RuleEvaluationSeverity in ch.mobi.mobitor.domain.screen
Methods in ch.mobi.mobitor.domain.screen that return RuleEvaluationSeverity Modifier and Type Method Description RuleEvaluationSeverityPipeline. getRuleEvaluationSeverity()static RuleEvaluationSeverityRuleEvaluationSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleEvaluationSeverity[]RuleEvaluationSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-