ggz.cards.common
Class GameMessage

java.lang.Object
  extended by ggz.cards.common.GameMessage

public class GameMessage
extends java.lang.Object


Field Summary
static GameMessage GAME_MESSAGE_CARDLIST
           
static GameMessage GAME_MESSAGE_GAME
           
static GameMessage GAME_MESSAGE_PLAYER
           
static GameMessage GAME_MESSAGE_TEXT
           
static java.util.ArrayList values
           
 
Method Summary
static GameMessage valueOf(int ordinal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public static final java.util.ArrayList values

GAME_MESSAGE_TEXT

public static final GameMessage GAME_MESSAGE_TEXT

GAME_MESSAGE_PLAYER

public static final GameMessage GAME_MESSAGE_PLAYER

GAME_MESSAGE_CARDLIST

public static final GameMessage GAME_MESSAGE_CARDLIST

GAME_MESSAGE_GAME

public static final GameMessage GAME_MESSAGE_GAME
Method Detail

valueOf

public static GameMessage valueOf(int ordinal)