Uses of Class
com.floragunn.signals.watch.severity.SeverityMapping.Order
-
Packages that use SeverityMapping.Order Package Description com.floragunn.signals.watch.severity -
-
Uses of SeverityMapping.Order in com.floragunn.signals.watch.severity
Methods in com.floragunn.signals.watch.severity that return SeverityMapping.Order Modifier and Type Method Description static SeverityMapping.OrderSeverityMapping.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityMapping.Order[]SeverityMapping.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.signals.watch.severity with parameters of type SeverityMapping.Order Constructor Description SeverityMapping(String value, String lang, SeverityMapping.Order order, List<SeverityMapping.Element> mapping)
-