|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.common.LeaveType
public class LeaveType
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 |
---|
public static final LeaveType GGZ_LEAVE_NORMAL
public static final LeaveType GGZ_LEAVE_BOOT
public static final LeaveType GGZ_LEAVE_GAMEOVER
public static final LeaveType GGZ_LEAVE_GAMEERROR
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static LeaveType valueOf(java.lang.String type_str)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |