Uses of Class
gov.nasa.pds.tools.validate.ProblemType
-
Packages that use ProblemType Package Description gov.nasa.pds.tools.util gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application.gov.nasa.pds.tools.validate.content.array gov.nasa.pds.tools.validate.content.table -
-
Uses of ProblemType in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return ProblemType Modifier and Type Method Description ProblemType
DocumentUtil. getProblemType(String docType)
Returns the enum ProblemType based on the docType. -
Uses of ProblemType in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return ProblemType Modifier and Type Method Description ProblemType
ProblemDefinition. getType()
static ProblemType
ProblemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProblemType[]
ProblemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gov.nasa.pds.tools.validate with parameters of type ProblemType Constructor Description ProblemDefinition(ExceptionType severity, ProblemType type, String message)
ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection)
-
Uses of ProblemType in gov.nasa.pds.tools.validate.content.array
Constructors in gov.nasa.pds.tools.validate.content.array with parameters of type ProblemType Constructor Description ArrayContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String arrayID, int[] location)
Constructor. -
Uses of ProblemType in gov.nasa.pds.tools.validate.content.table
Constructors in gov.nasa.pds.tools.validate.content.table with parameters of type ProblemType Constructor Description TableContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String dataObjectId, int record, int field)
Constructor.TableContentProblem(ExceptionType exceptionType, ProblemType problemType, String message, URL source, URL label, String dataObjectID, long record, int field)
Constructor.
-