Uses of Class
gov.nasa.pds.tools.constants.Constants.Severity
-
Packages that use Constants.Severity Package Description gov.nasa.pds.tools.constants -
-
Uses of Constants.Severity in gov.nasa.pds.tools.constants
Methods in gov.nasa.pds.tools.constants that return Constants.Severity Modifier and Type Method Description Constants.Severity
Constants.ProblemType. getSeverity()
static Constants.Severity
Constants.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.Severity[]
Constants.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-