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