public static enum PeMag.DevType extends java.lang.Enum<PeMag.DevType>
Modifier and Type | Method and Description |
---|---|
static PeMag.DevType |
byString(java.lang.String betrieb) |
static PeMag.DevType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeMag.DevType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeMag.DevType PSC2
public static final PeMag.DevType DIO
public static final PeMag.DevType Unknown
public static PeMag.DevType[] values()
for (PeMag.DevType c : PeMag.DevType.values()) System.out.println(c);
public static PeMag.DevType 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 PeMag.DevType byString(java.lang.String betrieb)
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft