public enum Verb extends Enum<Verb>
Enum Constant and Description |
---|
GetRecord |
Identify |
ListIdentifiers |
ListMetadataFormats |
ListRecords |
ListSets |
Modifier and Type | Method and Description |
---|---|
static Verb |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Verb Identify
public static final Verb ListMetadataFormats
public static final Verb ListSets
public static final Verb GetRecord
public static final Verb ListIdentifiers
public static final Verb ListRecords
public static Verb[] values()
for (Verb c : Verb.values()) System.out.println(c);
public static Verb 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 nullCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.