com.asdf.plugins.pokergames.texasholdem
Enum TexasHoldemStage.TexasHoldemEnumStage
java.lang.Object
java.lang.Enum<TexasHoldemStage.TexasHoldemEnumStage>
com.asdf.plugins.pokergames.texasholdem.TexasHoldemStage.TexasHoldemEnumStage
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TexasHoldemStage.TexasHoldemEnumStage>
- Enclosing class:
- TexasHoldemStage
public static enum TexasHoldemStage.TexasHoldemEnumStage
- extends java.lang.Enum<TexasHoldemStage.TexasHoldemEnumStage>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
WAIT_PLAYERS
public static final TexasHoldemStage.TexasHoldemEnumStage WAIT_PLAYERS
SET_DEALER
public static final TexasHoldemStage.TexasHoldemEnumStage SET_DEALER
BLIND_ROUND
public static final TexasHoldemStage.TexasHoldemEnumStage BLIND_ROUND
NEW_DEAL
public static final TexasHoldemStage.TexasHoldemEnumStage NEW_DEAL
BET_ROUND_PREFLOP
public static final TexasHoldemStage.TexasHoldemEnumStage BET_ROUND_PREFLOP
FLOP
public static final TexasHoldemStage.TexasHoldemEnumStage FLOP
BET_ROUND_FLOP
public static final TexasHoldemStage.TexasHoldemEnumStage BET_ROUND_FLOP
TURN
public static final TexasHoldemStage.TexasHoldemEnumStage TURN
BET_ROUND_TURN
public static final TexasHoldemStage.TexasHoldemEnumStage BET_ROUND_TURN
RIVER
public static final TexasHoldemStage.TexasHoldemEnumStage RIVER
BET_ROUND_RIVER
public static final TexasHoldemStage.TexasHoldemEnumStage BET_ROUND_RIVER
LESS_THAN_TWO_PLAYERS
public static final TexasHoldemStage.TexasHoldemEnumStage LESS_THAN_TWO_PLAYERS
WINNINGS
public static final TexasHoldemStage.TexasHoldemEnumStage WINNINGS
MUCK_ROUND
public static final TexasHoldemStage.TexasHoldemEnumStage MUCK_ROUND
SHOWDOWN
public static final TexasHoldemStage.TexasHoldemEnumStage SHOWDOWN
param
public final int param
correspondingCase
public final int correspondingCase
values
public static TexasHoldemStage.TexasHoldemEnumStage[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TexasHoldemStage.TexasHoldemEnumStage c : TexasHoldemStage.TexasHoldemEnumStage.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TexasHoldemStage.TexasHoldemEnumStage valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
next
public TexasHoldemStage.TexasHoldemEnumStage next()