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