static enum NmeaReader.VTG extends java.lang.Enum<NmeaReader.VTG>
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 |
---|---|
(package private) int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.VTG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.VTG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.VTG COURSE
public static final NmeaReader.VTG COURSE_REF
public static final NmeaReader.VTG COURSE_M
public static final NmeaReader.VTG COURSE_M_REF
public static final NmeaReader.VTG SPEED_KN
public static final NmeaReader.VTG SPEED_KN_UNIT
public static final NmeaReader.VTG SPEED_KMH
public static final NmeaReader.VTG SPEED_KMH_UNIT
public static final NmeaReader.VTG REST
final int position
public static NmeaReader.VTG[] values()
for (NmeaReader.VTG c : NmeaReader.VTG.values()) System.out.println(c);
public static NmeaReader.VTG 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