public static enum LCLeaderboard.LCLeaderboardOrder extends Enum<LCLeaderboard.LCLeaderboardOrder>
Enum Constant and Description |
---|
Ascending |
Descending |
Modifier and Type | Method and Description |
---|---|
static LCLeaderboard.LCLeaderboardOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCLeaderboard.LCLeaderboardOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCLeaderboard.LCLeaderboardOrder Ascending
public static final LCLeaderboard.LCLeaderboardOrder Descending
public static LCLeaderboard.LCLeaderboardOrder[] values()
for (LCLeaderboard.LCLeaderboardOrder c : LCLeaderboard.LCLeaderboardOrder.values()) System.out.println(c);
public static LCLeaderboard.LCLeaderboardOrder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.