protected static enum SessionClient.SessionState extends Enum<SessionClient.SessionState>
Modifier and Type | Method and Description |
---|---|
static SessionClient.SessionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionClient.SessionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionClient.SessionState INACTIVE
public static final SessionClient.SessionState ACTIVE
public static final SessionClient.SessionState PAUSED
public static SessionClient.SessionState[] values()
for (SessionClient.SessionState c : SessionClient.SessionState.values()) System.out.println(c);
public static SessionClient.SessionState 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 © 2019. All rights reserved.