public enum EdalHttpFunctions extends Enum<EdalHttpFunctions>
Enum to collect all function that are provided by the
EdalJettyServer.| Enum Constant and Description |
|---|
ACCEPT
Accept the request for a
PublicReference |
DOI |
DOWNLOAD
Download a
PrimaryDataFile. |
EDAL
Access a landing page for a
PrimaryDataEntity
. |
LOGIN |
LOGO |
REJECT
Reject the request for a
PublicReference |
REVIEW
Review a
PublicReference
again. |
URL |
ZIP |
| Modifier and Type | Method and Description |
|---|---|
static EdalHttpFunctions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdalHttpFunctions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdalHttpFunctions ACCEPT
PublicReferencepublic static final EdalHttpFunctions REJECT
PublicReferencepublic static final EdalHttpFunctions REVIEW
PublicReference
again.public static final EdalHttpFunctions DOWNLOAD
PrimaryDataFile.public static final EdalHttpFunctions EDAL
PrimaryDataEntity
.public static final EdalHttpFunctions LOGIN
public static final EdalHttpFunctions DOI
public static final EdalHttpFunctions URL
public static final EdalHttpFunctions LOGO
public static final EdalHttpFunctions ZIP
public static EdalHttpFunctions[] values()
for (EdalHttpFunctions c : EdalHttpFunctions.values()) System.out.println(c);
public static EdalHttpFunctions 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 © 2014 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.