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