public static enum Constants.ProblemType extends Enum<Constants.ProblemType>
Modifier and Type | Method and Description |
---|---|
Constants.Severity |
getSeverity() |
static Constants.ProblemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ProblemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ProblemType INVALID_LABEL
public static final Constants.ProblemType INVALID_LABEL_WARNING
public static final Constants.ProblemType PARSE_ERROR
public static final Constants.ProblemType UNKNOWN_KEY
public static final Constants.ProblemType UNKNOWN_VALUE_TYPE
public static final Constants.ProblemType UNKNOWN_VALUE
public static final Constants.ProblemType TYPE_MISMATCH
public static final Constants.ProblemType INVALID_DEFINITION
public static final Constants.ProblemType NEW_VALUE
public static final Constants.ProblemType INVALID_VALUE
public static final Constants.ProblemType MANIPULATED_VALUE
public static final Constants.ProblemType INVALID_TYPE
public static final Constants.ProblemType INVALID_MEMBER
public static final Constants.ProblemType MISSING_MEMBER
public static final Constants.ProblemType MISSING_PROPERTY
public static final Constants.ProblemType POTENTIAL_POINTER_PROBLEM
public static final Constants.ProblemType EXCESSIVE_LINE_LENGTH
public static final Constants.ProblemType WRONG_LINE_LENGTH
public static final Constants.ProblemType ILLEGAL_LINE_ENDING
public static final Constants.ProblemType MISSING_ID
public static final Constants.ProblemType EXCESSIVE_NAMESPACE_LENGTH
public static final Constants.ProblemType EXCESSIVE_IDENTIFIER_LENGTH
public static final Constants.ProblemType MISSING_VALUE
public static final Constants.ProblemType SHORT_VALUE
public static final Constants.ProblemType BAD_VALUE
public static final Constants.ProblemType EXCESSIVE_VALUE_LENGTH
public static final Constants.ProblemType OOR
public static final Constants.ProblemType INVALID_DESCRIPTION
public static final Constants.ProblemType INVALID_DATE
public static final Constants.ProblemType CIRCULAR_POINTER_REF
public static final Constants.ProblemType BAD_CATALOG_NAME
public static final Constants.ProblemType DUPLICATE_IDENTIFIER
public static final Constants.ProblemType PLACEHOLDER_VALUE
public static final Constants.ProblemType ATTACHED_START_BYTE_MISMATCH
public static final Constants.ProblemType START_BYTE_POSSIBLE_MISMATCH
public static final Constants.ProblemType INVALID_LABEL_FRAGMENT
public static final Constants.ProblemType FRAGMENT_HAS_VERSION
public static final Constants.ProblemType FRAGMENT_HAS_SFDU
public static final Constants.ProblemType COLUMN_NUMBER_MISMATCH
public static final Constants.ProblemType COLUMN_LENGTH_MISMATCH
public static final Constants.ProblemType INVALID_VALUE_FOR_COLUMN
public static final Constants.ProblemType COLUMN_DEF_OOR
public static final Constants.ProblemType MISSING_RESOURCE
public static final Constants.ProblemType MISSING_INDEX_RESOURCE
public static final Constants.ProblemType MISSING_REQUIRED_RESOURCE
public static final Constants.ProblemType UNKNOWN_FILE
public static final Constants.ProblemType LABEL_NOT_INDEXED
public static final Constants.ProblemType LABEL_NOT_TO_BE_INDEXED
public static final Constants.ProblemType UNKNOWN_FOLDER
public static final Constants.ProblemType EMPTY_FILE
public static final Constants.ProblemType EMPTY_FOLDER
public static final Constants.ProblemType MISMATCHED_CASE
public static final Constants.ProblemType BAD_FORMAT
public static final Constants.ProblemType EXECUTE_FAIL
public static final Constants.ProblemType SUCCEED
public static Constants.ProblemType[] values()
for (Constants.ProblemType c : Constants.ProblemType.values()) System.out.println(c);
public static Constants.ProblemType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Constants.Severity getSeverity()
Copyright © 2005–2015 Planetary Data System. All rights reserved.