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 SeverityRule. getSeverity()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.Methods in io.openraven.magpie.core.cspm.model with parameters of type Severity Modifier and Type Method Description voidRule. setSeverity(Severity severity)
-