public static enum MultiVehicleTask.TASK_STATE extends java.lang.Enum<MultiVehicleTask.TASK_STATE>
| Enum Constant and Description |
|---|
ADDED |
ATTACHED |
DONE |
EDITING |
INPROGRESS |
| Modifier and Type | Method and Description |
|---|---|
static MultiVehicleTask.TASK_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiVehicleTask.TASK_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiVehicleTask.TASK_STATE EDITING
public static final MultiVehicleTask.TASK_STATE ADDED
public static final MultiVehicleTask.TASK_STATE ATTACHED
public static final MultiVehicleTask.TASK_STATE INPROGRESS
public static final MultiVehicleTask.TASK_STATE DONE
public static MultiVehicleTask.TASK_STATE[] values()
for (MultiVehicleTask.TASK_STATE c : MultiVehicleTask.TASK_STATE.values()) System.out.println(c);
public static MultiVehicleTask.TASK_STATE 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 nullCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.