| Enum Constant and Description |
|---|
ALREADY_ARRIVED |
BD_FAIL |
BEACONS_FAIL |
INVALID_INPUT |
LOCATION_FAIL |
NULL_BUILDING |
NULL_DEST_TYPE |
PATH_FAIL |
| Modifier and Type | Method and Description |
|---|---|
static InitError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InitError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InitError ALREADY_ARRIVED
public static final InitError BD_FAIL
public static final InitError NULL_BUILDING
public static final InitError NULL_DEST_TYPE
public static final InitError INVALID_INPUT
public static final InitError BEACONS_FAIL
public static final InitError LOCATION_FAIL
public static final InitError PATH_FAIL
public static InitError[] values()
for (InitError c : InitError.values()) System.out.println(c);
public static InitError 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