public enum MasteryListDataTag extends java.lang.Enum<MasteryListDataTag>
RiotApi.StaticData| Enum Constant and Description |
|---|
ALL |
IMAGE |
MASTERY_TREE |
PREREQ |
RANKS |
SANITIZED_DESCRIPTION |
TREE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MasteryListDataTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MasteryListDataTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasteryListDataTag ALL
public static final MasteryListDataTag IMAGE
public static final MasteryListDataTag MASTERY_TREE
public static final MasteryListDataTag PREREQ
public static final MasteryListDataTag RANKS
public static final MasteryListDataTag SANITIZED_DESCRIPTION
public static final MasteryListDataTag TREE
public static MasteryListDataTag[] values()
for (MasteryListDataTag c : MasteryListDataTag.values()) System.out.println(c);
public static MasteryListDataTag 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<MasteryListDataTag>