public static enum OAIRequest.Parameter extends Enum<OAIRequest.Parameter>
| Enum Constant and Description |
|---|
From |
Identifier |
MetadataPrefix |
ResumptionToken |
Set |
Until |
Verb |
| Modifier and Type | Method and Description |
|---|---|
static OAIRequest.Parameter |
fromRepresentation(String representation) |
String |
toString() |
static OAIRequest.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAIRequest.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAIRequest.Parameter From
public static final OAIRequest.Parameter Until
public static final OAIRequest.Parameter Identifier
public static final OAIRequest.Parameter MetadataPrefix
public static final OAIRequest.Parameter ResumptionToken
public static final OAIRequest.Parameter Set
public static final OAIRequest.Parameter Verb
public static OAIRequest.Parameter[] values()
for (OAIRequest.Parameter c : OAIRequest.Parameter.values()) System.out.println(c);
public static OAIRequest.Parameter 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 toString()
toString in class Enum<OAIRequest.Parameter>public static OAIRequest.Parameter fromRepresentation(String representation)
Copyright © 2017 DuraSpace. All Rights Reserved.