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