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