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