public enum LotteryGameType extends Enum<LotteryGameType>
LotteryGameType| Enum Constant and Description |
|---|
SIX_OF_FOURTYNINE_FULL_SYSTEM
The lottery game type six of fourtynine full system.
|
SIX_OF_FOURTYNINE_NORMAL
The lottery game type six of fourtynine normal.
|
| Modifier and Type | Method and Description |
|---|---|
static LotteryGameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LotteryGameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LotteryGameType SIX_OF_FOURTYNINE_FULL_SYSTEM
public static final LotteryGameType SIX_OF_FOURTYNINE_NORMAL
public static LotteryGameType[] values()
for (LotteryGameType c : LotteryGameType.values()) System.out.println(c);
public static LotteryGameType 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 nullCopyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.