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