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