public class ProblemDefinition extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProblemDefinition.Severity
Defines the severities of validation rule violations.
|
Constructor and Description |
---|
ProblemDefinition(ProblemDefinition.Severity severity,
ProblemType type,
String message,
String standardsDocument,
String standardsSection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ProblemDefinition |
findByID(int id) |
int |
getID() |
String |
getMessage() |
ProblemDefinition.Severity |
getSeverity() |
String |
getStandardsDocument() |
String |
getStandardsSection() |
ProblemType |
getType() |
int |
hashCode() |
public ProblemDefinition(ProblemDefinition.Severity severity, ProblemType type, String message, String standardsDocument, String standardsSection)
public int getID()
public ProblemDefinition.Severity getSeverity()
public ProblemType getType()
public String getMessage()
public String getStandardsDocument()
public String getStandardsSection()
public static ProblemDefinition findByID(int id)
Copyright © 2010–2016 Planetary Data System. All rights reserved.