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