public enum RuneListDataTag extends java.lang.Enum<RuneListDataTag>
RiotApi.StaticData request parameter| Enum Constant and Description |
|---|
ALL |
BASIC |
COLLOQ |
CONSUME_ON_FULL |
CONSUMED |
DEPTH |
FROM |
GOLD |
HIDE_FROM_ALL |
IMAGE |
IN_STORE |
INTO |
MAPS |
REQUIRED_CHAMPION |
SANITIZED_DESCRIPTION |
SPECIAL_RECIPE |
STACKS |
STATS |
TAGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static RuneListDataTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuneListDataTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuneListDataTag ALL
public static final RuneListDataTag BASIC
public static final RuneListDataTag COLLOQ
public static final RuneListDataTag CONSUME_ON_FULL
public static final RuneListDataTag CONSUMED
public static final RuneListDataTag DEPTH
public static final RuneListDataTag FROM
public static final RuneListDataTag GOLD
public static final RuneListDataTag HIDE_FROM_ALL
public static final RuneListDataTag IMAGE
public static final RuneListDataTag IN_STORE
public static final RuneListDataTag INTO
public static final RuneListDataTag MAPS
public static final RuneListDataTag REQUIRED_CHAMPION
public static final RuneListDataTag SANITIZED_DESCRIPTION
public static final RuneListDataTag SPECIAL_RECIPE
public static final RuneListDataTag STACKS
public static final RuneListDataTag STATS
public static final RuneListDataTag TAGS
public static RuneListDataTag[] values()
for (RuneListDataTag c : RuneListDataTag.values()) System.out.println(c);
public static RuneListDataTag 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<RuneListDataTag>