java.io.Serializable
, java.lang.Comparable<AchievementLibrary.AwardType>
public static enum AchievementLibrary.AwardType extends java.lang.Enum<AchievementLibrary.AwardType>
Enum Constant | Description |
---|---|
ABILITY |
|
CLANCURRENCY |
|
CLANXP |
|
CURRENCY |
|
EXPERTISE |
|
NOPURGE |
|
QP |
|
STAT |
|
TATTOO |
|
TITLE |
|
XP |
Modifier and Type | Method | Description |
---|---|---|
static AchievementLibrary.AwardType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AchievementLibrary.AwardType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AchievementLibrary.AwardType QP
public static final AchievementLibrary.AwardType XP
public static final AchievementLibrary.AwardType CURRENCY
public static final AchievementLibrary.AwardType TITLE
public static final AchievementLibrary.AwardType ABILITY
public static final AchievementLibrary.AwardType EXPERTISE
public static final AchievementLibrary.AwardType STAT
public static final AchievementLibrary.AwardType NOPURGE
public static final AchievementLibrary.AwardType CLANXP
public static final AchievementLibrary.AwardType CLANCURRENCY
public static final AchievementLibrary.AwardType TATTOO
public static AchievementLibrary.AwardType[] values()
for (AchievementLibrary.AwardType c : AchievementLibrary.AwardType.values()) System.out.println(c);
public static AchievementLibrary.AwardType 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