|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.common.SeatType
public class SeatType
Field Summary | |
---|---|
static SeatType |
GGZ_SEAT_ABANDONED
The seat is abandoned by a player. |
static SeatType |
GGZ_SEAT_BOT
The seat has a bot (AI) in it. |
static SeatType |
GGZ_SEAT_NONE
This seat does not exist. |
static SeatType |
GGZ_SEAT_OPEN
The seat is open (unoccupied). |
static SeatType |
GGZ_SEAT_PLAYER
The seat has a regular player in it. |
static SeatType |
GGZ_SEAT_RESERVED
The seat is reserved for a player. |
static java.util.ArrayList |
values
|
Method Summary | |
---|---|
int |
ordinal()
|
java.lang.String |
toString()
|
static SeatType |
valueOf(int ordinal)
|
static SeatType |
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 java.util.ArrayList values
public static final SeatType GGZ_SEAT_NONE
public static final SeatType GGZ_SEAT_OPEN
public static final SeatType GGZ_SEAT_BOT
public static final SeatType GGZ_SEAT_PLAYER
public static final SeatType GGZ_SEAT_RESERVED
public static final SeatType GGZ_SEAT_ABANDONED
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static SeatType valueOf(java.lang.String type_str)
public static SeatType valueOf(int ordinal)
public int ordinal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |