public static enum DataPacketDispatcher.SessionState extends java.lang.Enum<DataPacketDispatcher.SessionState>
| Enum Constant and Description |
|---|
INIT_IN_PROGRESS |
ON_COOL_DOWN |
PENDING_SETUP_FRAME |
| Modifier and Type | Method and Description |
|---|---|
static DataPacketDispatcher.SessionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataPacketDispatcher.SessionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataPacketDispatcher.SessionState PENDING_SETUP_FRAME
public static final DataPacketDispatcher.SessionState INIT_IN_PROGRESS
public static final DataPacketDispatcher.SessionState ON_COOL_DOWN
public static DataPacketDispatcher.SessionState[] values()
for (DataPacketDispatcher.SessionState c : DataPacketDispatcher.SessionState.values()) System.out.println(c);
public static DataPacketDispatcher.SessionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2014-2017 Real Logic Ltd. All Rights Reserved.