public enum ClientRxSessionState extends Enum<ClientRxSessionState> implements IAppSessionState<ClientRxSessionState>
| Enum Constant and Description |
|---|
IDLE |
OPEN |
PENDING_AAR |
PENDING_BUFFERED |
PENDING_EVENT |
PENDING_STR |
| Modifier and Type | Method and Description |
|---|---|
ClientRxSessionState |
fromInt(int v) |
int |
getValue() |
static ClientRxSessionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientRxSessionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientRxSessionState IDLE
public static final ClientRxSessionState PENDING_AAR
public static final ClientRxSessionState PENDING_STR
public static final ClientRxSessionState PENDING_EVENT
public static final ClientRxSessionState PENDING_BUFFERED
public static final ClientRxSessionState OPEN
public static ClientRxSessionState[] values()
for (ClientRxSessionState c : ClientRxSessionState.values()) System.out.println(c);
public static ClientRxSessionState 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 nullpublic ClientRxSessionState fromInt(int v) throws IllegalArgumentException
fromInt in interface IAppSessionState<ClientRxSessionState>IllegalArgumentExceptionpublic int getValue()
getValue in interface IAppSessionState<ClientRxSessionState>Copyright © 2016. All Rights Reserved.