Enum Constant and Description |
---|
DORIS |
KEIN_BEDARF |
KONTROLLRAUM |
PETRA |
TESTSTRAHL |
UNBESTIMMT |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
stateAsNumber() |
java.lang.String |
stateAsText() |
java.lang.String |
stateAsTextEngl() |
static EBeamFor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EBeamFor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBeamFor KEIN_BEDARF
public static final EBeamFor PETRA
public static final EBeamFor DORIS
public static final EBeamFor TESTSTRAHL
public static final EBeamFor KONTROLLRAUM
public static final EBeamFor UNBESTIMMT
public static EBeamFor[] values()
for (EBeamFor c : EBeamFor.values()) System.out.println(c);
public static EBeamFor 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 int stateAsNumber()
public java.lang.String stateAsText()
public java.lang.String stateAsTextEngl()
public static void main(java.lang.String[] args)
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft