org.ninm.games.cardgames.belot
Class BelotTrick.Type

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

public static class BelotTrick.Type
extends org.apache.commons.lang.enum.ValuedEnum

See Also:
Serialized Form

Field Summary
static BelotTrick.Type BELOT
           
static int BELOT_VALUE
           
static BelotTrick.Type QUAD
           
static int QUAD_VALUE
           
static BelotTrick.Type SEQUENTIAL
           
static int SEQUENTIAL_VALUE
           
 
Fields inherited from class org.apache.commons.lang.enum.ValuedEnum
 
Fields inherited from class org.apache.commons.lang.enum.Enum
 
Constructor Summary
private BelotTrick.Type(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

SEQUENTIAL_VALUE

public static final int SEQUENTIAL_VALUE
See Also:
Constant Field Values

QUAD_VALUE

public static final int QUAD_VALUE
See Also:
Constant Field Values

BELOT_VALUE

public static final int BELOT_VALUE
See Also:
Constant Field Values

SEQUENTIAL

public static final BelotTrick.Type SEQUENTIAL

QUAD

public static final BelotTrick.Type QUAD

BELOT

public static final BelotTrick.Type BELOT
Constructor Detail

BelotTrick.Type

private BelotTrick.Type(java.lang.String name,
                        int value)

SourceForge.net Logo