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