public enum OAIPMHerrorcodeType extends Enum<OAIPMHerrorcodeType>
| Enum Constant and Description |
|---|
BAD_ARGUMENT |
BAD_RESUMPTION_TOKEN |
BAD_VERB |
CANNOT_DISSEMINATE_FORMAT |
ID_DOES_NOT_EXIST |
NO_METADATA_FORMATS |
NO_RECORDS_MATCH |
NO_SET_HIERARCHY |
| Modifier and Type | Method and Description |
|---|---|
static OAIPMHerrorcodeType |
fromValue(String v) |
String |
value() |
static OAIPMHerrorcodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAIPMHerrorcodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAIPMHerrorcodeType CANNOT_DISSEMINATE_FORMAT
public static final OAIPMHerrorcodeType ID_DOES_NOT_EXIST
public static final OAIPMHerrorcodeType BAD_ARGUMENT
public static final OAIPMHerrorcodeType BAD_VERB
public static final OAIPMHerrorcodeType NO_METADATA_FORMATS
public static final OAIPMHerrorcodeType NO_RECORDS_MATCH
public static final OAIPMHerrorcodeType BAD_RESUMPTION_TOKEN
public static final OAIPMHerrorcodeType NO_SET_HIERARCHY
public static OAIPMHerrorcodeType[] values()
for (OAIPMHerrorcodeType c : OAIPMHerrorcodeType.values()) System.out.println(c);
public static OAIPMHerrorcodeType 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 value()
public static OAIPMHerrorcodeType fromValue(String v)
Copyright © 2020. All rights reserved.