public enum GameSeventySevenWinCategory extends Enum<GameSeventySevenWinCategory>
GameSeventySevenWinCategory.| Enum Constant and Description |
|---|
FIFTH_CLASS
The fifth winning class.
|
FIRST_CLASS
The first winning class.
|
FOURTH_CLASS
The fourth winning class.
|
NONE
The none 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(Integer drawnGameSeventySeven,
Integer playedGameSeventySeven) |
static GameSeventySevenWinCategory |
valueOf(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 FIFTH_CLASS
public static final GameSeventySevenWinCategory FIRST_CLASS
public static final GameSeventySevenWinCategory FOURTH_CLASS
public static final GameSeventySevenWinCategory NONE
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(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 nullpublic static GameSeventySevenWinCategory getGameSeventySevenWinCategory(Integer drawnGameSeventySeven, Integer playedGameSeventySeven)
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.