public enum TalkerId extends java.lang.Enum<TalkerId>
See Talker IDs
Enum Constant and Description |
---|
BD
BeiDou (China)
|
EC
Electronic Chart Display & Information System (ECDIS)
|
GA
Galileo (Europe)
|
GB
BeiDou (China)
|
GL
GLONASS (GLObalnaya NAvigatsionnaya Sputnikovaya Sistema, Russia)
|
GN
GNSS (Global Navigation Satellite System).
|
GP
GPS (Global Positioning System)
|
IN
Integrated Navigation
|
Modifier and Type | Method and Description |
---|---|
static TalkerId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TalkerId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TalkerId GL
public static final TalkerId GN
public static TalkerId[] values()
for (TalkerId c : TalkerId.values()) System.out.println(c);
public static TalkerId 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