java.io.Serializable
, java.lang.Comparable<Quest.MYSTERY_QCODES>
public static enum Quest.MYSTERY_QCODES extends java.lang.Enum<Quest.MYSTERY_QCODES>
Enum Constant | Description |
---|---|
ACTION |
|
ACTIONGROUP |
|
AGENT |
|
AGENTGROUP |
|
FACTION |
|
FACTIONGROUP |
|
MOTIVE |
|
MOTIVEGROUP |
|
TARGET |
|
TARGETGROUP |
|
TOOL |
|
TOOLGROUP |
|
WHENAT |
|
WHENATGROUP |
|
WHENHAPPENED |
|
WHENHAPPENEDGROUP |
|
WHEREAT |
|
WHEREATGROUP |
|
WHEREHAPPENED |
|
WHEREHAPPENEDGROUP |
Modifier and Type | Method | Description |
---|---|---|
static Quest.MYSTERY_QCODES |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Quest.MYSTERY_QCODES[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Quest.MYSTERY_QCODES FACTION
public static final Quest.MYSTERY_QCODES FACTIONGROUP
public static final Quest.MYSTERY_QCODES AGENT
public static final Quest.MYSTERY_QCODES AGENTGROUP
public static final Quest.MYSTERY_QCODES ACTION
public static final Quest.MYSTERY_QCODES ACTIONGROUP
public static final Quest.MYSTERY_QCODES TARGET
public static final Quest.MYSTERY_QCODES TARGETGROUP
public static final Quest.MYSTERY_QCODES MOTIVE
public static final Quest.MYSTERY_QCODES MOTIVEGROUP
public static final Quest.MYSTERY_QCODES WHEREHAPPENED
public static final Quest.MYSTERY_QCODES WHEREHAPPENEDGROUP
public static final Quest.MYSTERY_QCODES WHEREAT
public static final Quest.MYSTERY_QCODES WHEREATGROUP
public static final Quest.MYSTERY_QCODES WHENHAPPENED
public static final Quest.MYSTERY_QCODES WHENHAPPENEDGROUP
public static final Quest.MYSTERY_QCODES WHENAT
public static final Quest.MYSTERY_QCODES WHENATGROUP
public static final Quest.MYSTERY_QCODES TOOL
public static final Quest.MYSTERY_QCODES TOOLGROUP
public static Quest.MYSTERY_QCODES[] values()
for (Quest.MYSTERY_QCODES c : Quest.MYSTERY_QCODES.values()) System.out.println(c);
public static Quest.MYSTERY_QCODES 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