public enum ChampDataTag extends java.lang.Enum<ChampDataTag>
RiotApi.StaticData| Enum Constant and Description |
|---|
ALL |
ALLYTIPS |
ALTIMAGES |
BLURB |
ENEMYTIPS |
IMAGE |
INFO |
LORE |
PARTYPE |
PASSIVE |
RECOMMENDED |
SKINS |
SPELLS |
STATS |
TAGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ChampDataTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChampDataTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChampDataTag ALL
public static final ChampDataTag ALLYTIPS
public static final ChampDataTag ALTIMAGES
public static final ChampDataTag BLURB
public static final ChampDataTag ENEMYTIPS
public static final ChampDataTag IMAGE
public static final ChampDataTag INFO
public static final ChampDataTag LORE
public static final ChampDataTag PARTYPE
public static final ChampDataTag PASSIVE
public static final ChampDataTag RECOMMENDED
public static final ChampDataTag SKINS
public static final ChampDataTag SPELLS
public static final ChampDataTag STATS
public static final ChampDataTag TAGS
public static ChampDataTag[] values()
for (ChampDataTag c : ChampDataTag.values()) System.out.println(c);
public static ChampDataTag 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 java.lang.String toString()
toString in class java.lang.Enum<ChampDataTag>