public static enum AcousticOperation.OP extends java.lang.Enum<AcousticOperation.OP>
Enum Constant and Description |
---|
ABORT |
ABORT_ACKED |
ABORT_IP |
ABORT_TIMEOUT |
BUSY |
MSG |
MSG_DONE |
MSG_FAILURE |
MSG_IP |
MSG_QUEUED |
MSG_SHORT |
NO_TXD |
RANGE |
RANGE_IP |
RANGE_RECVED |
RANGE_TIMEOUT |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static AcousticOperation.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AcousticOperation.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcousticOperation.OP ABORT
public static final AcousticOperation.OP ABORT_IP
public static final AcousticOperation.OP ABORT_TIMEOUT
public static final AcousticOperation.OP ABORT_ACKED
public static final AcousticOperation.OP RANGE
public static final AcousticOperation.OP RANGE_IP
public static final AcousticOperation.OP RANGE_TIMEOUT
public static final AcousticOperation.OP RANGE_RECVED
public static final AcousticOperation.OP BUSY
public static final AcousticOperation.OP UNSUPPORTED
public static final AcousticOperation.OP NO_TXD
public static final AcousticOperation.OP MSG
public static final AcousticOperation.OP MSG_QUEUED
public static final AcousticOperation.OP MSG_IP
public static final AcousticOperation.OP MSG_DONE
public static final AcousticOperation.OP MSG_FAILURE
public static final AcousticOperation.OP MSG_SHORT
public static AcousticOperation.OP[] values()
for (AcousticOperation.OP c : AcousticOperation.OP.values()) System.out.println(c);
public static AcousticOperation.OP 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()