public enum EMachineStatesP3 extends java.lang.Enum<EMachineStatesP3>
Enum Constant and Description |
---|
PETRA_BEREIT |
PETRA_BETRIEB |
PETRA_BETRIEB_EXPERIMENT |
PETRA_BETRIEB_KONTROLLRAUM |
PETRA_FEHLER |
PETRA_KEINE_STRAHLFREIGABE |
PETRA_NOBEAM |
PETRA_STUDIEN |
PETRA_UNBESTIMMT |
PETRA_VORBEREITEN_BETRIEB |
PETRA_WARTUNG |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
stateAsNumber() |
java.lang.String |
stateAsText() |
java.lang.String |
stateAsTextEngl() |
static EMachineStatesP3 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMachineStatesP3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMachineStatesP3 PETRA_BETRIEB
public static final EMachineStatesP3 PETRA_BETRIEB_EXPERIMENT
public static final EMachineStatesP3 PETRA_BETRIEB_KONTROLLRAUM
public static final EMachineStatesP3 PETRA_VORBEREITEN_BETRIEB
public static final EMachineStatesP3 PETRA_BEREIT
public static final EMachineStatesP3 PETRA_WARTUNG
public static final EMachineStatesP3 PETRA_NOBEAM
public static final EMachineStatesP3 PETRA_FEHLER
public static final EMachineStatesP3 PETRA_KEINE_STRAHLFREIGABE
public static final EMachineStatesP3 PETRA_STUDIEN
public static final EMachineStatesP3 PETRA_UNBESTIMMT
public static EMachineStatesP3[] values()
for (EMachineStatesP3 c : EMachineStatesP3.values()) System.out.println(c);
public static EMachineStatesP3 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