public enum NMEASentenceType extends Enum<NMEASentenceType> implements groovy.lang.GroovyObject
Enum Constant and Description |
---|
AAM |
ALM |
APA |
APB |
BOD |
BWC |
DTM |
GGA |
GLL |
GRS |
GSA |
GST |
GSV |
MSK |
MSS |
RMA |
RMB |
RMC |
RTE |
STN |
TRF |
VBW |
VTG |
WCV |
WPL |
XTC |
XTE |
ZDA |
ZTG |
Modifier and Type | Field and Description |
---|---|
static NMEASentenceType |
MAX_VALUE |
static NMEASentenceType |
MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
static NMEASentenceType |
$INIT(Object... para) |
Object |
call(Object args) |
Object |
getFn() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
NMEASentenceType |
next() |
static org.joda.time.DateTime |
parseDateTime(String timeString,
String dateString) |
static double |
parseLatLong(double latOrLong) |
static org.joda.time.DateTime |
parseTime(String timeString) |
NMEASentenceType |
previous() |
void |
setFn(Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static NMEASentenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NMEASentenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NMEASentenceType AAM
public static final NMEASentenceType ALM
public static final NMEASentenceType APA
public static final NMEASentenceType APB
public static final NMEASentenceType BOD
public static final NMEASentenceType BWC
public static final NMEASentenceType DTM
public static final NMEASentenceType GGA
public static final NMEASentenceType GLL
public static final NMEASentenceType GRS
public static final NMEASentenceType GSA
public static final NMEASentenceType GST
public static final NMEASentenceType GSV
public static final NMEASentenceType MSK
public static final NMEASentenceType MSS
public static final NMEASentenceType RMA
public static final NMEASentenceType RMB
public static final NMEASentenceType RMC
public static final NMEASentenceType RTE
public static final NMEASentenceType TRF
public static final NMEASentenceType STN
public static final NMEASentenceType VBW
public static final NMEASentenceType VTG
public static final NMEASentenceType WCV
public static final NMEASentenceType WPL
public static final NMEASentenceType XTC
public static final NMEASentenceType XTE
public static final NMEASentenceType ZTG
public static final NMEASentenceType ZDA
public static final NMEASentenceType MIN_VALUE
public static final NMEASentenceType MAX_VALUE
public static NMEASentenceType[] values()
for (NMEASentenceType c : NMEASentenceType.values()) System.out.println(c);
public static NMEASentenceType 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 nullpublic groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public static double parseLatLong(double latOrLong)
public static org.joda.time.DateTime parseDateTime(String timeString, String dateString)
public NMEASentenceType next()
public NMEASentenceType previous()
public static final NMEASentenceType $INIT(Object... para)