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