public enum SubType extends Enum<SubType>
| Enum Constant and Description |
|---|
ARAM_UNRANKED_5x5 |
BOT |
BOT_3x3 |
FIRSTBLOOD_1x1 |
FIRSTBLOOD_2x2 |
NONE |
NORMAL |
NORMAL_3s3 |
ODIN_UNRANKED |
ONEFORALL_5x5 |
RANEKD_TEAM_5x5 |
RANKED_SOLO_5x5 |
RANKED_TEAM_3x3 |
| Modifier and Type | Method and Description |
|---|---|
static SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubType NONE
public static final SubType NORMAL
public static final SubType NORMAL_3s3
public static final SubType ODIN_UNRANKED
public static final SubType ARAM_UNRANKED_5x5
public static final SubType BOT
public static final SubType BOT_3x3
public static final SubType RANKED_SOLO_5x5
public static final SubType RANKED_TEAM_3x3
public static final SubType RANEKD_TEAM_5x5
public static final SubType ONEFORALL_5x5
public static final SubType FIRSTBLOOD_1x1
public static final SubType FIRSTBLOOD_2x2
public static SubType[] values()
for (SubType c : SubType.values()) System.out.println(c);
public static SubType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All rights reserved.