public static enum PlanUtilities.Waypoint.TYPE extends java.lang.Enum<PlanUtilities.Waypoint.TYPE>
Enum Constant and Description |
---|
LOITER_CCW |
LOITER_CW |
OTHER |
REGULAR |
STATION_KEEP |
Modifier and Type | Method and Description |
---|---|
static PlanUtilities.Waypoint.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanUtilities.Waypoint.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanUtilities.Waypoint.TYPE REGULAR
public static final PlanUtilities.Waypoint.TYPE LOITER_CW
public static final PlanUtilities.Waypoint.TYPE LOITER_CCW
public static final PlanUtilities.Waypoint.TYPE STATION_KEEP
public static final PlanUtilities.Waypoint.TYPE OTHER
public static PlanUtilities.Waypoint.TYPE[] values()
for (PlanUtilities.Waypoint.TYPE c : PlanUtilities.Waypoint.TYPE.values()) System.out.println(c);
public static PlanUtilities.Waypoint.TYPE 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