Package | Description |
---|---|
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 |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ProblemDefinition(ExceptionType severity,
ProblemType type,
String message) |
ProblemDefinition(ExceptionType severity,
ProblemType type,
String message,
String standardsDocument,
String standardsSection) |
Constructor and Description |
---|
ArrayContentProblem(ExceptionType exceptionType,
ProblemType problemType,
String message,
URL source,
URL label,
int array,
int[] location)
Constructor.
|
Constructor and Description |
---|
TableContentProblem(ExceptionType exceptionType,
ProblemType problemType,
String message,
URL source,
URL label,
int table,
int record,
int field)
Constructor.
|
Copyright © 2010–2018 Planetary Data System. All rights reserved.