public static enum RequestOperation.Kind extends Enum<RequestOperation.Kind>
RequestOperation.setKind(RequestOperation.Kind)
Enum Constant and Description |
---|
ERROR
Kind for error requests/messages.
|
INFO
Kind for info requests/messages.
|
QUESTION
Kind for question requests/messages.
|
Modifier and Type | Method and Description |
---|---|
static RequestOperation.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestOperation.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestOperation.Kind INFO
public static final RequestOperation.Kind ERROR
public static final RequestOperation.Kind QUESTION
public static RequestOperation.Kind[] values()
for (RequestOperation.Kind c : RequestOperation.Kind.values()) System.out.println(c);
public static RequestOperation.Kind 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 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500