public enum GameSeventySevenWinCategory extends java.lang.Enum<GameSeventySevenWinCategory> implements WinningOpportunity
GameSeventySevenWinCategory.| Enum Constant and Description |
|---|
BLANK
The none winning class.
|
FIFTH_CLASS
The fifth winning class.
|
FIRST_CLASS
The first winning class.
|
FOURTH_CLASS
The fourth winning class.
|
SECOND_CLASS
The second winning class.
|
SEVENTH_CLASS
The seventh winning class.
|
SIXTH_CLASS
The sixth winning class.
|
THIRD_CLASS
The third winning class.
|
| Modifier and Type | Method and Description |
|---|---|
static GameSeventySevenWinCategory |
getGameSeventySevenWinCategory(java.lang.Integer drawnGameSeventySeven,
java.lang.Integer playedGameSeventySeven) |
static GameSeventySevenWinCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameSeventySevenWinCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GameSeventySevenWinCategory BLANK
public static final GameSeventySevenWinCategory FIFTH_CLASS
public static final GameSeventySevenWinCategory FIRST_CLASS
public static final GameSeventySevenWinCategory FOURTH_CLASS
public static final GameSeventySevenWinCategory SECOND_CLASS
public static final GameSeventySevenWinCategory SEVENTH_CLASS
public static final GameSeventySevenWinCategory SIXTH_CLASS
public static final GameSeventySevenWinCategory THIRD_CLASS
public static GameSeventySevenWinCategory[] values()
for (GameSeventySevenWinCategory c : GameSeventySevenWinCategory.values()) System.out.println(c);
public static GameSeventySevenWinCategory 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 nullpublic static GameSeventySevenWinCategory getGameSeventySevenWinCategory(java.lang.Integer drawnGameSeventySeven, java.lang.Integer playedGameSeventySeven)