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