public static enum HttpPage.PageRole extends Enum<HttpPage.PageRole>
Enum Constant and Description |
---|
DELETE |
ERROR |
GETDOWNLOAD |
HTML |
MENU |
POST |
POSTUPLOAD |
PUT |
Modifier and Type | Method and Description |
---|---|
static HttpPage.PageRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpPage.PageRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpPage.PageRole HTML
public static final HttpPage.PageRole MENU
public static final HttpPage.PageRole GETDOWNLOAD
public static final HttpPage.PageRole POST
public static final HttpPage.PageRole PUT
public static final HttpPage.PageRole POSTUPLOAD
public static final HttpPage.PageRole DELETE
public static final HttpPage.PageRole ERROR
public static HttpPage.PageRole[] values()
for (HttpPage.PageRole c : HttpPage.PageRole.values()) System.out.println(c);
public static HttpPage.PageRole 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 © 2009–2020 Waarp. All rights reserved.