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