public static enum OAIController.OAI_VERBS extends Enum<OAIController.OAI_VERBS>
| Enum Constant and Description |
|---|
GET_RECORD |
IDENTIFY |
LIST_IDENTIFIERS |
LIST_METADATA_FORMATS |
LIST_RECORDS |
LIST_SETS |
UNSUPPORTED_VERB |
| Modifier and Type | Method and Description |
|---|---|
static OAIController.OAI_VERBS |
getVerb(String theVerb) |
static OAIController.OAI_VERBS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAIController.OAI_VERBS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAIController.OAI_VERBS IDENTIFY
public static final OAIController.OAI_VERBS LIST_IDENTIFIERS
public static final OAIController.OAI_VERBS LIST_RECORDS
public static final OAIController.OAI_VERBS LIST_METADATA_FORMATS
public static final OAIController.OAI_VERBS LIST_SETS
public static final OAIController.OAI_VERBS GET_RECORD
public static final OAIController.OAI_VERBS UNSUPPORTED_VERB
public static OAIController.OAI_VERBS[] values()
for (OAIController.OAI_VERBS c : OAIController.OAI_VERBS.values()) System.out.println(c);
public static OAIController.OAI_VERBS 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 static OAIController.OAI_VERBS getVerb(String theVerb)
Copyright © 2018. All rights reserved.