public enum ProblemType extends Enum<ProblemType>
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the key for mapping the problem type to a UI string.
|
static ProblemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProblemType MISSING_REQUIRED_RESOURCE
public static final ProblemType FILE_NAMING_PROBLEM
public static final ProblemType UNLABELED_FILE
public static final ProblemType MISSING_REFERENCED_FILE
public static final ProblemType INVALID_LABEL
public static final ProblemType EMPTY_FOLDER
public static final ProblemType UNKNOWN_VALUE
public static final ProblemType TABLE_DEFINITION_PROBLEM
public static final ProblemType TABLE_DEFINITION_MISMATCH
public static final ProblemType INVALID_FIELD_VALUE
public static final ProblemType INVALID_CHARACTER_STREAM
public static final ProblemType DUPLICATE_IDENTIFIER
public static final ProblemType INTERNAL_ERROR
public static final ProblemType CHECKSUM_MISMATCH
public static final ProblemType MISSING_CHECKSUM
public static final ProblemType FILE_REFERENCE_CASE_MISMATCH
public static final ProblemType GENERAL_INFO
public static ProblemType[] values()
for (ProblemType c : ProblemType.values()) System.out.println(c);
public static 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 String getKey()
Copyright © 2010–2018 Planetary Data System. All rights reserved.