|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<GameServer.Dedicated>
net.barkerjr.gameserver.GameServer.Dedicated
public static enum GameServer.Dedicated
The server type
| Enum Constant Summary | |
|---|---|
DEDICATED
The server is dedicated |
|
LISTEN
The server is a listen server |
|
TV
The server is source TV |
|
| Method Summary | |
|---|---|
static GameServer.Dedicated |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GameServer.Dedicated[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GameServer.Dedicated DEDICATED
public static final GameServer.Dedicated LISTEN
public static final GameServer.Dedicated TV
| Method Detail |
|---|
public static GameServer.Dedicated[] values()
for (GameServer.Dedicated c : GameServer.Dedicated.values()) System.out.println(c);
public static GameServer.Dedicated valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||