public enum EServerType extends java.lang.Enum<EServerType>
Modifier and Type | Method and Description |
---|---|
static EServerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EServerType CDI_1
public static final EServerType CDI_2
public static final EServerType MAGSERV
public static final EServerType NONE
public static EServerType[] values()
for (EServerType c : EServerType.values()) System.out.println(c);
public static EServerType 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 null16-November-2016 09:47 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft