Uses of Enum Class
ch.mobi.mobitor.domain.screen.RuleViolationSeverity
Packages that use RuleViolationSeverity
-
Uses of RuleViolationSeverity in ch.mobi.mobitor.domain.screen
Methods in ch.mobi.mobitor.domain.screen that return RuleViolationSeverityModifier and TypeMethodDescriptionstatic RuleViolationSeverityReturns the enum constant of this class with the specified name.static RuleViolationSeverity[]RuleViolationSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.mobi.mobitor.domain.screen with parameters of type RuleViolationSeverityModifier and TypeMethodDescriptionvoidRuleEvaluation.addViolation(String environment, ApplicationInformation applicationInformation, RuleViolationSeverity severity, String message)