ggz.common
Class LeaveType

java.lang.Object
  extended by ggz.common.LeaveType

public class LeaveType
extends java.lang.Object


Field Summary
static LeaveType GGZ_LEAVE_BOOT
          The player has been booted from the table.
static LeaveType GGZ_LEAVE_GAMEERROR
          There was an error in the game server and it was terminated.
static LeaveType GGZ_LEAVE_GAMEOVER
          The game is over; the server exited normally.
static LeaveType GGZ_LEAVE_NORMAL
          A normal leave - at user request.
 
Method Summary
 java.lang.String toString()
           
static LeaveType valueOf(java.lang.String type_str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GGZ_LEAVE_NORMAL

public static final LeaveType GGZ_LEAVE_NORMAL
A normal leave - at user request.


GGZ_LEAVE_BOOT

public static final LeaveType GGZ_LEAVE_BOOT
The player has been booted from the table.


GGZ_LEAVE_GAMEOVER

public static final LeaveType GGZ_LEAVE_GAMEOVER
The game is over; the server exited normally.


GGZ_LEAVE_GAMEERROR

public static final LeaveType GGZ_LEAVE_GAMEERROR
There was an error in the game server and it was terminated.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

valueOf

public static LeaveType valueOf(java.lang.String type_str)