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