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 |
CSS |
DOI |
DOWNLOAD
Download a
PrimaryDataFile. |
EDAL
Access a landing page for a
PrimaryDataEntity
. |
FILEICONS |
FONTS |
JS |
LOGIN |
LOGO |
REJECT
Reject the request for a
PublicReference |
REPORT |
URL |
USER_ACCEPT |
USER_REJECT |
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 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 final EdalHttpFunctions CSS
public static final EdalHttpFunctions JS
public static final EdalHttpFunctions FONTS
public static final EdalHttpFunctions FILEICONS
public static final EdalHttpFunctions USER_ACCEPT
public static final EdalHttpFunctions USER_REJECT
public static final EdalHttpFunctions REPORT
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 © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.