public static enum QUST.QuestType extends java.lang.Enum<QUST.QuestType>
Enum Constant and Description |
---|
CivilWar |
Companion |
Daedric |
DarkBrotherhood |
Dragonborn |
MageGuild |
MainQuest |
Misc |
None |
Side |
ThievesGuild |
Vampire |
Modifier and Type | Method and Description |
---|---|
static QUST.QuestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QUST.QuestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QUST.QuestType None
public static final QUST.QuestType MainQuest
public static final QUST.QuestType MageGuild
public static final QUST.QuestType ThievesGuild
public static final QUST.QuestType DarkBrotherhood
public static final QUST.QuestType Companion
public static final QUST.QuestType Misc
public static final QUST.QuestType Daedric
public static final QUST.QuestType Side
public static final QUST.QuestType CivilWar
public static final QUST.QuestType Vampire
public static final QUST.QuestType Dragonborn
public static QUST.QuestType[] values()
for (QUST.QuestType c : QUST.QuestType.values()) System.out.println(c);
public static QUST.QuestType 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