public static enum UavPiccoloControl.PiccoloWPType extends java.lang.Enum<UavPiccoloControl.PiccoloWPType>
| Enum Constant and Description |
|---|
CONFIG_MSG |
PLAN_STATE |
WAYPOINT_ADD |
WAYPOINT_REMOVE |
WAYPOINT_UNKOWN |
WAYPOINTTRACKED_ID |
| Modifier and Type | Method and Description |
|---|---|
static UavPiccoloControl.PiccoloWPType |
getType(java.lang.String type) |
java.lang.String |
type() |
static UavPiccoloControl.PiccoloWPType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UavPiccoloControl.PiccoloWPType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UavPiccoloControl.PiccoloWPType WAYPOINT_UNKOWN
public static final UavPiccoloControl.PiccoloWPType WAYPOINT_ADD
public static final UavPiccoloControl.PiccoloWPType WAYPOINT_REMOVE
public static final UavPiccoloControl.PiccoloWPType WAYPOINTTRACKED_ID
public static final UavPiccoloControl.PiccoloWPType CONFIG_MSG
public static final UavPiccoloControl.PiccoloWPType PLAN_STATE
public static UavPiccoloControl.PiccoloWPType[] values()
for (UavPiccoloControl.PiccoloWPType c : UavPiccoloControl.PiccoloWPType.values()) System.out.println(c);
public static UavPiccoloControl.PiccoloWPType 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 nullpublic java.lang.String type()
public static final UavPiccoloControl.PiccoloWPType getType(java.lang.String type)
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.