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