public static enum WaypointGroup.WptGrpType extends java.lang.Enum<WaypointGroup.WptGrpType>
WaypointGroup.| Modifier and Type | Method and Description |
|---|---|
static WaypointGroup.WptGrpType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WaypointGroup.WptGrpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaypointGroup.WptGrpType WAYPOINTS
public static final WaypointGroup.WptGrpType ROUTE
public static final WaypointGroup.WptGrpType TRACKSEG
public static WaypointGroup.WptGrpType[] values()
for (WaypointGroup.WptGrpType c : WaypointGroup.WptGrpType.values()) System.out.println(c);
public static WaypointGroup.WptGrpType 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