public static enum Match.States extends java.lang.Enum<Match.States>
| Modifier and Type | Method and Description |
|---|---|
static Match.States |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Match.States[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Match.States start
public static final Match.States round
public static final Match.States interval
public static final Match.States afterbet
public static Match.States[] values()
for (Match.States c : Match.States.values()) System.out.println(c);
public static Match.States 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