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