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