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