Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
Modifier and Type | Method and Description |
---|---|
ProblemDefinition.Severity |
ProblemDefinition.getSeverity() |
ProblemDefinition.Severity |
ProblemListener.getSeverity(String location,
boolean includeChildren)
Gets the maximum severity of problems related to a location.
|
ProblemDefinition.Severity |
ProblemContainer.getSeverity(String location,
boolean includeChildren) |
static ProblemDefinition.Severity |
ProblemDefinition.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemDefinition.Severity[] |
ProblemDefinition.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProblemDefinition(ProblemDefinition.Severity severity,
ProblemType type,
String message,
String standardsDocument,
String standardsSection) |
Copyright © 2010–2016 Planetary Data System. All rights reserved.