Uses of Class
gov.nasa.pds.tools.validate.ProblemCategory
-
Packages that use ProblemCategory Package Description gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application. -
-
Uses of ProblemCategory in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return ProblemCategory Modifier and Type Method Description ProblemCategory
ProblemType. getProblemCategory()
static ProblemCategory
ProblemCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProblemCategory[]
ProblemCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-