public enum ServerState extends java.lang.Enum<ServerState>
Enum Constant and Description |
---|
BUSY
Busy: Nr 3
|
IDL
Idle: Nr 0
|
OPERATING
Operating: Nr 2
|
UPDATE
Update: Nr 1
|
Modifier and Type | Field and Description |
---|---|
java.awt.Color |
foreColor |
java.lang.String |
langerName
Status des Servers
|
Modifier and Type | Method and Description |
---|---|
static ServerState |
getDefaultState()
Nimmt das Framework falls nicht anders gesetzt.
|
java.awt.Color |
getForeColor() |
java.lang.String |
getLangenNamen() |
static ServerState |
getServerState()
ServerState dieser Applikation, nie null
|
static void |
setServerState(ServerState serverState)
ServerState dieser Applikation @throws NullPointerException
|
static ServerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerState IDL
public static final ServerState UPDATE
public static final ServerState OPERATING
public static final ServerState BUSY
public final java.lang.String langerName
public final java.awt.Color foreColor
public static ServerState[] values()
for (ServerState c : ServerState.values()) System.out.println(c);
public static ServerState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static final ServerState getServerState()
public static final void setServerState(ServerState serverState)
public static ServerState getDefaultState()
public final java.lang.String getLangenNamen()
public final java.awt.Color getForeColor()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft