de.espirit.firstspirit.access.search
Enum Request.Mode
java.lang.Object
java.lang.Enum<Request.Mode>
de.espirit.firstspirit.access.search.Request.Mode
- All Implemented Interfaces:
- Serializable, Comparable<Request.Mode>
- Enclosing class:
- Request
public static enum Request.Mode
- extends Enum<Request.Mode>
The mode of the request
- Since:
- 4.0.17
Method Summary |
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're declared. |
ALL
public static final Request.Mode ALL
- Since:
- 4.0.17
DATA
public static final Request.Mode DATA
- Since:
- 4.0.17
META
public static final Request.Mode META
- Since:
- 4.0.17
TEMPLATES
public static final Request.Mode TEMPLATES
- Since:
- 4.0.17
UID
public static final Request.Mode UID
- Since:
- 4.1.9
values
public static final Request.Mode[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Request.Mode c : Request.Mode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Request.Mode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480