java.io.Serializable
, java.lang.Comparable<Clan.Trophy>
public static enum Clan.Trophy extends java.lang.Enum<Clan.Trophy>
Enum Constant | Description |
---|---|
Areas |
|
ClanKills |
|
Experience |
|
MemberLevel |
|
Members |
|
MonthlyClanLevels |
|
MonthlyClanXP |
|
MonthlyConquests |
|
MonthlyControlPoints |
|
MonthlyNewMembers |
|
MonthlyPlayerMinutes |
|
MonthlyPlayerXP |
|
PlayerLevelsGained |
|
PlayerMinutes |
|
Points |
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
codeString |
|
java.lang.String |
description |
|
CMProps.Str |
propertyCode |
|
char |
shortChar |
Modifier and Type | Method | Description |
---|---|---|
int |
flagNum() |
|
boolean |
isEnabled() |
|
static Clan.Trophy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Clan.Trophy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clan.Trophy Points
public static final Clan.Trophy Experience
public static final Clan.Trophy Areas
public static final Clan.Trophy ClanKills
public static final Clan.Trophy Members
public static final Clan.Trophy MemberLevel
public static final Clan.Trophy PlayerMinutes
public static final Clan.Trophy PlayerLevelsGained
public static final Clan.Trophy MonthlyPlayerMinutes
public static final Clan.Trophy MonthlyPlayerXP
public static final Clan.Trophy MonthlyClanXP
public static final Clan.Trophy MonthlyConquests
public static final Clan.Trophy MonthlyClanLevels
public static final Clan.Trophy MonthlyControlPoints
public static final Clan.Trophy MonthlyNewMembers
public final java.lang.String description
public final java.lang.String codeString
public final CMProps.Str propertyCode
public final char shortChar
public static Clan.Trophy[] values()
for (Clan.Trophy c : Clan.Trophy.values()) System.out.println(c);
public static Clan.Trophy 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 boolean isEnabled()
public int flagNum()