public enum UUIDStatusCode extends java.lang.Enum<UUIDStatusCode>
| Enum Constant and Description |
|---|
UUID_CANCELED |
UUID_CONFIRM |
UUID_ERROR |
UUID_EXPIRED |
UUID_KEEP_CONNECT |
UUID_SCANED |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
toString() |
static UUIDStatusCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UUIDStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UUIDStatusCode UUID_EXPIRED
public static final UUIDStatusCode UUID_CANCELED
public static final UUIDStatusCode UUID_SCANED
public static final UUIDStatusCode UUID_CONFIRM
public static final UUIDStatusCode UUID_KEEP_CONNECT
public static final UUIDStatusCode UUID_ERROR
public static UUIDStatusCode[] values()
for (UUIDStatusCode c : UUIDStatusCode.values()) System.out.println(c);
public static UUIDStatusCode 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 nullpublic int getCode()
public java.lang.String toString()
toString in class java.lang.Enum<UUIDStatusCode>