|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.cards.common.CardSetType
public class CardSetType
The type of deck. In theory, many different types of decks are possible. Currently only the standard French deck is used.
Field Summary | |
---|---|
static CardSetType |
CARDSET_DOMINOES
A set of dominoes. |
static CardSetType |
CARDSET_FRENCH
A standard (French) card deck (A/K/Q/J/10..2). |
static CardSetType |
UNKNOWN_CARDSET
|
static java.util.ArrayList |
values
|
Method Summary | |
---|---|
static CardSetType |
valueOf(int i)
Decodes the value sent from the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.ArrayList values
public static final CardSetType UNKNOWN_CARDSET
public static final CardSetType CARDSET_FRENCH
public static final CardSetType CARDSET_DOMINOES
Method Detail |
---|
public static CardSetType valueOf(int i)
i
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |