public static enum NmeaReader.GPVTG extends Enum<NmeaReader.GPVTG>
Enum Constant and Description |
---|
COURSE |
COURSE_M |
COURSE_M_REF |
COURSE_REF |
REST |
SPEED_KMH |
SPEED_KMH_UNIT |
SPEED_KN |
SPEED_KN_UNIT |
Modifier and Type | Field and Description |
---|---|
int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.GPVTG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.GPVTG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.GPVTG COURSE
public static final NmeaReader.GPVTG COURSE_REF
public static final NmeaReader.GPVTG COURSE_M
public static final NmeaReader.GPVTG COURSE_M_REF
public static final NmeaReader.GPVTG SPEED_KN
public static final NmeaReader.GPVTG SPEED_KN_UNIT
public static final NmeaReader.GPVTG SPEED_KMH
public static final NmeaReader.GPVTG SPEED_KMH_UNIT
public static final NmeaReader.GPVTG REST
public final int position
public static NmeaReader.GPVTG[] values()
for (NmeaReader.GPVTG c : NmeaReader.GPVTG.values()) System.out.println(c);
public static NmeaReader.GPVTG valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null