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