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
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 |
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
BelotTrick.Type
private BelotTrick.Type(java.lang.String name,
int value)