public enum EClientConfig extends java.lang.Enum<EClientConfig>
Enum Constant and Description |
---|
Debug |
HamburgBkr |
Invalid |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IDevice> |
createDevices(de.desy.mst.libs.framework.mstapp.mode.ServerAnwahl anwahl) |
static EClientConfig |
getDefinedConfig() |
static EClientConfig |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EClientConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClientConfig HamburgBkr
public static final EClientConfig Debug
public static final EClientConfig Invalid
public static EClientConfig[] values()
for (EClientConfig c : EClientConfig.values()) System.out.println(c);
public static EClientConfig 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 EClientConfig getDefinedConfig()
public java.util.Collection<IDevice> createDevices(de.desy.mst.libs.framework.mstapp.mode.ServerAnwahl anwahl)
anwahl
- des Servertyps ( Produktiv oder Simulation)31-August-2017 15:35 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft