public static enum Request.Mode extends Enum<Request.Mode>
Enum Constant and Description |
---|
ALL
Designates the mode all.
|
DATA
Designates the mode data.
|
META
Designates the mode meta data.
|
TEMPLATES
Designates the mode templates.
|
UID
Designates the mode UID.
|
Modifier and Type | Method and Description |
---|---|
static Request.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Request.Mode ALL
public static final Request.Mode DATA
public static final Request.Mode META
public static final Request.Mode TEMPLATES
public static final Request.Mode UID
public static Request.Mode[] values()
for (Request.Mode c : Request.Mode.values()) System.out.println(c);
public static Request.Mode 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210