org.ninm.games.cardgames.belot
Class BelotBid.DoublingFactor

java.lang.Object
  |
  +--org.apache.commons.lang.enum.Enum
        |
        +--org.apache.commons.lang.enum.ValuedEnum
              |
              +--org.ninm.games.cardgames.belot.BelotBid.DoublingFactor
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
BelotBid

public static final class BelotBid.DoublingFactor
extends org.apache.commons.lang.enum.ValuedEnum

This class represents the doubling factor for a belot game (e.g. double or redouble)

Version:
1.0
Author:
Nikolay
See Also:
Serialized Form

Field Summary
static BelotBid.DoublingFactor DOUBLED
           
static int DOUBLED_VALUE
           
static BelotBid.DoublingFactor NO_DOUBLING
           
static int NO_DOUBLING_VALUE
           
static BelotBid.DoublingFactor REDOUBLED
           
static int REDOUBLED_VALUE
           
 
Fields inherited from class org.apache.commons.lang.enum.ValuedEnum
 
Fields inherited from class org.apache.commons.lang.enum.Enum
 
Constructor Summary
private BelotBid.DoublingFactor(java.lang.String name, int value)
           
 
Methods inherited from class org.apache.commons.lang.enum.ValuedEnum
compareTo, getEnum, getValue, toString
 
Methods inherited from class org.apache.commons.lang.enum.Enum
equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_DOUBLING_VALUE

public static final int NO_DOUBLING_VALUE
See Also:
Constant Field Values

DOUBLED_VALUE

public static final int DOUBLED_VALUE
See Also:
Constant Field Values

REDOUBLED_VALUE

public static final int REDOUBLED_VALUE
See Also:
Constant Field Values

NO_DOUBLING

public static final BelotBid.DoublingFactor NO_DOUBLING

DOUBLED

public static final BelotBid.DoublingFactor DOUBLED

REDOUBLED

public static final BelotBid.DoublingFactor REDOUBLED
Constructor Detail

BelotBid.DoublingFactor

private BelotBid.DoublingFactor(java.lang.String name,
                                int value)

SourceForge.net Logo