Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic enum MatchState extends Enum<MatchState>
| Enum Constant and Description |
|---|
FINISHED |
NOT_STARTED |
POST_ROUND |
ROUND_END |
ROUND_IN_PROGRESS |
ROUND_START |
| Modifier and Type | Method and Description |
|---|---|
static MatchState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final MatchState NOT_STARTED
public static final MatchState ROUND_START
public static final MatchState ROUND_IN_PROGRESS
public static final MatchState POST_ROUND
public static final MatchState ROUND_END
public static final MatchState FINISHED
public static MatchState[] values()
for (MatchState c : MatchState.values()) System.out.println(c);
public static MatchState 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 null
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy