public static enum LCLeaderboard.LCLeaderboardUpdateStrategy extends Enum<LCLeaderboard.LCLeaderboardUpdateStrategy>
Modifier and Type | Method and Description |
---|---|
static LCLeaderboard.LCLeaderboardUpdateStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCLeaderboard.LCLeaderboardUpdateStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCLeaderboard.LCLeaderboardUpdateStrategy Better
public static final LCLeaderboard.LCLeaderboardUpdateStrategy Last
public static final LCLeaderboard.LCLeaderboardUpdateStrategy Sum
public static LCLeaderboard.LCLeaderboardUpdateStrategy[] values()
for (LCLeaderboard.LCLeaderboardUpdateStrategy c : LCLeaderboard.LCLeaderboardUpdateStrategy.values()) System.out.println(c);
public static LCLeaderboard.LCLeaderboardUpdateStrategy 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.