public static enum NmeaReader.GPGSA extends java.lang.Enum<NmeaReader.GPGSA>
Enum Constant and Description |
---|
AUTOMATIC |
FIX_TYPE |
HDOP |
PDOP |
PRN_1 |
PRN_10 |
PRN_11 |
PRN_12 |
PRN_2 |
PRN_3 |
PRN_4 |
PRN_5 |
PRN_6 |
PRN_7 |
PRN_8 |
PRN_9 |
VDOP |
Modifier and Type | Field and Description |
---|---|
int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.GPGSA |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.GPGSA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.GPGSA AUTOMATIC
public static final NmeaReader.GPGSA FIX_TYPE
public static final NmeaReader.GPGSA PRN_1
public static final NmeaReader.GPGSA PRN_2
public static final NmeaReader.GPGSA PRN_3
public static final NmeaReader.GPGSA PRN_4
public static final NmeaReader.GPGSA PRN_5
public static final NmeaReader.GPGSA PRN_6
public static final NmeaReader.GPGSA PRN_7
public static final NmeaReader.GPGSA PRN_8
public static final NmeaReader.GPGSA PRN_9
public static final NmeaReader.GPGSA PRN_10
public static final NmeaReader.GPGSA PRN_11
public static final NmeaReader.GPGSA PRN_12
public static final NmeaReader.GPGSA PDOP
public static final NmeaReader.GPGSA HDOP
public static final NmeaReader.GPGSA VDOP
public final int position
public static NmeaReader.GPGSA[] values()
for (NmeaReader.GPGSA c : NmeaReader.GPGSA.values()) System.out.println(c);
public static NmeaReader.GPGSA 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