java.io.Serializable
, java.lang.Comparable<CMPlayers.AcctThinSortCode>
protected static enum CMPlayers.AcctThinSortCode extends java.lang.Enum<CMPlayers.AcctThinSortCode>
Enum Constant | Description |
---|---|
EMAIL |
|
EXPIRATION |
|
IP |
|
LAST |
|
NAME |
|
NUMPLAYERS |
Modifier and Type | Method | Description |
---|---|---|
static CMPlayers.AcctThinSortCode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMPlayers.AcctThinSortCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMPlayers.AcctThinSortCode NAME
public static final CMPlayers.AcctThinSortCode LAST
public static final CMPlayers.AcctThinSortCode EMAIL
public static final CMPlayers.AcctThinSortCode IP
public static final CMPlayers.AcctThinSortCode NUMPLAYERS
public static final CMPlayers.AcctThinSortCode EXPIRATION
public static CMPlayers.AcctThinSortCode[] values()
for (CMPlayers.AcctThinSortCode c : CMPlayers.AcctThinSortCode.values()) System.out.println(c);
public static CMPlayers.AcctThinSortCode 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