public enum SegmentLeaderboardType extends java.lang.Enum<SegmentLeaderboardType>
Enum Constant and Description |
---|
CARROT |
CHALLENGER |
CLUB_LEADER |
CONNECTIONS |
COURSE_RECORD |
GOAL |
GROUP |
INVALID |
KOM |
LAST |
OVERALL |
PERSONAL_BEST |
PR |
QOM |
RECENT_BEST |
RIVAL |
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static SegmentLeaderboardType |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(SegmentLeaderboardType value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static SegmentLeaderboardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SegmentLeaderboardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentLeaderboardType OVERALL
public static final SegmentLeaderboardType PERSONAL_BEST
public static final SegmentLeaderboardType CONNECTIONS
public static final SegmentLeaderboardType GROUP
public static final SegmentLeaderboardType CHALLENGER
public static final SegmentLeaderboardType KOM
public static final SegmentLeaderboardType QOM
public static final SegmentLeaderboardType PR
public static final SegmentLeaderboardType GOAL
public static final SegmentLeaderboardType CARROT
public static final SegmentLeaderboardType CLUB_LEADER
public static final SegmentLeaderboardType RIVAL
public static final SegmentLeaderboardType LAST
public static final SegmentLeaderboardType RECENT_BEST
public static final SegmentLeaderboardType COURSE_RECORD
public static final SegmentLeaderboardType INVALID
public static SegmentLeaderboardType[] values()
for (SegmentLeaderboardType c : SegmentLeaderboardType.values()) System.out.println(c);
public static SegmentLeaderboardType 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 nullpublic static SegmentLeaderboardType getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(SegmentLeaderboardType value)
value
- The enum constantpublic short getValue()