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