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