public static enum SessionStatus.State extends Enum<SessionStatus.State>
| Enum Constant and Description |
|---|
PROCESSING |
PROCESSING_MULTILINE |
READY |
WAITING_FOR_DATA |
| Modifier and Type | Method and Description |
|---|---|
static SessionStatus.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionStatus.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionStatus.State WAITING_FOR_DATA
public static final SessionStatus.State READY
public static final SessionStatus.State PROCESSING
public static final SessionStatus.State PROCESSING_MULTILINE
public static SessionStatus.State[] values()
for (SessionStatus.State c : SessionStatus.State.values()) System.out.println(c);
public static SessionStatus.State 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 © GigaSpaces.