java.io.Serializable, java.lang.Comparable<Clan.AutoPromoteFlag>public static enum Clan.AutoPromoteFlag extends java.lang.Enum<Clan.AutoPromoteFlag>
| Enum Constant | Description | 
|---|---|
| GOLD | |
| GOLD_OVERWRITE | |
| JOINDATE | |
| JOINDATE_OVERWRITE | |
| LEVEL | |
| LEVEL_OVERWRITE | |
| NONE | |
| RANK | |
| RANK_OVERWRITE | |
| XP | |
| XP_OVERWRITE | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Clan.AutoPromoteFlag | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static Clan.AutoPromoteFlag[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Clan.AutoPromoteFlag NONE
public static final Clan.AutoPromoteFlag LEVEL
public static final Clan.AutoPromoteFlag RANK
public static final Clan.AutoPromoteFlag GOLD
public static final Clan.AutoPromoteFlag XP
public static final Clan.AutoPromoteFlag LEVEL_OVERWRITE
public static final Clan.AutoPromoteFlag RANK_OVERWRITE
public static final Clan.AutoPromoteFlag XP_OVERWRITE
public static final Clan.AutoPromoteFlag GOLD_OVERWRITE
public static final Clan.AutoPromoteFlag JOINDATE
public static final Clan.AutoPromoteFlag JOINDATE_OVERWRITE
public static Clan.AutoPromoteFlag[] values()
for (Clan.AutoPromoteFlag c : Clan.AutoPromoteFlag.values()) System.out.println(c);
public static Clan.AutoPromoteFlag 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