Uses of Class
ch.mobi.mobitor.domain.screen.RuleViolationSeverity
-
Packages that use RuleViolationSeverity Package Description ch.mobi.mobitor.domain.screen -
-
Uses of RuleViolationSeverity in ch.mobi.mobitor.domain.screen
Methods in ch.mobi.mobitor.domain.screen that return RuleViolationSeverity Modifier and Type Method Description static RuleViolationSeverityRuleViolationSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleViolationSeverity[]RuleViolationSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.mobi.mobitor.domain.screen with parameters of type RuleViolationSeverity Modifier and Type Method Description voidRuleEvaluation. addViolation(String environment, ApplicationInformation applicationInformation, RuleViolationSeverity severity, String message)
-