public class LeaveType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static LeaveType |
valueOf(java.lang.String type_str) |
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
public java.lang.String toString()
toString in class java.lang.Objectpublic static LeaveType valueOf(java.lang.String type_str)