triptracker.client.gps.core
Enum NMEATalkerID

java.lang.Object
  extended by java.lang.Enum<NMEATalkerID>
      extended by triptracker.client.gps.core.NMEATalkerID
All Implemented Interfaces:
Serializable, Comparable<NMEATalkerID>

public enum NMEATalkerID
extends Enum<NMEATalkerID>


Enum Constant Summary
AG
           
AP
           
CD
           
CS
           
CT
           
CV
           
CX
           
DE
           
DF
           
EC
           
EP
           
ER
           
GP
           
HC
           
HE
           
HN
           
II
           
IN
           
LA
           
LC
           
OM
           
P
           
RA
           
SD
           
SS
           
TI
           
TR
           
VD
           
VM
           
VW
           
WI
           
YX
           
ZA
           
ZC
           
ZQ
           
ZV
           
 
Method Summary
 String getDescription()
           
 NMEATalkerType getType()
           
static NMEATalkerID valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NMEATalkerID[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AG

public static final NMEATalkerID AG

AP

public static final NMEATalkerID AP

CD

public static final NMEATalkerID CD

CS

public static final NMEATalkerID CS

CT

public static final NMEATalkerID CT

CV

public static final NMEATalkerID CV

CX

public static final NMEATalkerID CX

DE

public static final NMEATalkerID DE

DF

public static final NMEATalkerID DF

EC

public static final NMEATalkerID EC

EP

public static final NMEATalkerID EP

ER

public static final NMEATalkerID ER

GP

public static final NMEATalkerID GP

HC

public static final NMEATalkerID HC

HE

public static final NMEATalkerID HE

HN

public static final NMEATalkerID HN

II

public static final NMEATalkerID II

IN

public static final NMEATalkerID IN

LA

public static final NMEATalkerID LA

LC

public static final NMEATalkerID LC

OM

public static final NMEATalkerID OM

P

public static final NMEATalkerID P

RA

public static final NMEATalkerID RA

SD

public static final NMEATalkerID SD

SS

public static final NMEATalkerID SS

TI

public static final NMEATalkerID TI

TR

public static final NMEATalkerID TR

VD

public static final NMEATalkerID VD

VM

public static final NMEATalkerID VM

VW

public static final NMEATalkerID VW

YX

public static final NMEATalkerID YX

ZA

public static final NMEATalkerID ZA

ZC

public static final NMEATalkerID ZC

ZQ

public static final NMEATalkerID ZQ

ZV

public static final NMEATalkerID ZV

WI

public static final NMEATalkerID WI
Method Detail

values

public static final NMEATalkerID[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(NMEATalkerID c : NMEATalkerID.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static NMEATalkerID valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

getDescription

public String getDescription()

getType

public NMEATalkerType getType()


Copyright © 2006 Team Trip Tracker. All Rights Reserved.