| Enum Constant and Description |
|---|
PRESEASON2014
Cannot be used in requests.
|
PRESEASON2015
Cannot be used in requests.
|
PRESEASON2016
Cannot be used in requests.
|
PRESEASON3
Cannot be used in requests.
|
SEASON2014 |
SEASON2015 |
SEASON2016 |
SEASON3 |
| Modifier and Type | Method and Description |
|---|---|
static Season |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Season[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Season PRESEASON3
public static final Season SEASON3
public static final Season PRESEASON2014
public static final Season SEASON2014
public static final Season PRESEASON2015
public static final Season SEASON2015
public static final Season PRESEASON2016
public static final Season SEASON2016
public static Season[] values()
for (Season c : Season.values()) System.out.println(c);
public static Season 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 null