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