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