public final class ServerAnwahlListe
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ServerAnwahlListe |
_S |
static ServerAnwahlListe |
D_ |
static ServerAnwahlListe |
DS |
static ServerAnwahlListe |
EMPTY_LISTE |
java.lang.String |
name |
static ServerAnwahlListe[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static ServerAnwahlListe |
and(ServerAnwahlListe list1,
ServerAnwahlListe list2)
Ergibt eine ServerAnwahlListe die nur ServerAnwahln aus beiden Listen enthaelt
|
boolean[] |
getAnwahlArray() |
ServerAnwahl |
getDefaultServerAnwahl() |
static boolean |
isGefuellterAnwahlArray(boolean[] anwahlArray) |
static boolean |
isGefuellterModeArray(boolean[] anwahlArray) |
boolean |
isInList(int index) |
boolean |
isInList(ServerAnwahl serverAnwahl) |
static ServerAnwahlListe |
not(ServerAnwahlListe list)
Ergibt die logisch invertierte ServerAnwahlListe
|
java.lang.String |
toString() |
public static final ServerAnwahlListe DS
public static final ServerAnwahlListe _S
public static final ServerAnwahlListe D_
public static final ServerAnwahlListe EMPTY_LISTE
public static final ServerAnwahlListe[] VALUES
public final java.lang.String name
public static boolean isGefuellterAnwahlArray(boolean[] anwahlArray)
public static ServerAnwahlListe and(ServerAnwahlListe list1, ServerAnwahlListe list2)
public static ServerAnwahlListe not(ServerAnwahlListe list)
public boolean isInList(int index)
public boolean isInList(ServerAnwahl serverAnwahl)
public boolean[] getAnwahlArray()
public ServerAnwahl getDefaultServerAnwahl()
public java.lang.String toString()
toString
in class java.lang.Object
public static boolean isGefuellterModeArray(boolean[] anwahlArray)
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft