static enum NmeaReader.GLL extends java.lang.Enum<NmeaReader.GLL>
Enum Constant and Description |
---|
LATITUDE |
LATITUDE_NS |
LONGITUDE |
LONGITUDE_EW |
MODE
Mode (A = autonom; D = differential; E = estimated; N = not valid; S = simulated)
|
STATUS |
UTC |
Modifier and Type | Field and Description |
---|---|
(package private) int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.GLL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.GLL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.GLL LATITUDE
public static final NmeaReader.GLL LATITUDE_NS
public static final NmeaReader.GLL LONGITUDE
public static final NmeaReader.GLL LONGITUDE_EW
public static final NmeaReader.GLL UTC
public static final NmeaReader.GLL STATUS
public static final NmeaReader.GLL MODE
final int position
public static NmeaReader.GLL[] values()
for (NmeaReader.GLL c : NmeaReader.GLL.values()) System.out.println(c);
public static NmeaReader.GLL 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 null