Uses of Class
io.openraven.magpie.core.cspm.model.Severity
-
Packages that use Severity Package Description io.openraven.magpie.core.cspm.model -
-
Uses of Severity in io.openraven.magpie.core.cspm.model
Methods in io.openraven.magpie.core.cspm.model that return Severity Modifier and Type Method Description static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-