public enum Aufgabe extends java.lang.Enum<Aufgabe>
Enum Constant and Description |
---|
Allgemeine |
ChopperStatus |
D2_Energien |
Hauptmagnete |
HF |
Klima |
Korrekturspulen |
Monitore |
OFFEN_3 |
OFFEN_4 |
OFFEN_7 |
OFFEN_8 |
PersonenInterlock |
Schrittmotorsteuerung |
Scraper |
Synchrotronmagnete |
Targetsteuerung |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
createStatusAbfrage(int aufgNr) |
static Aufgabe |
getByAufgNr(int aufgNr) |
static Aufgabe |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Aufgabe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aufgabe Allgemeine
public static final Aufgabe Korrekturspulen
public static final Aufgabe Hauptmagnete
public static final Aufgabe OFFEN_3
public static final Aufgabe OFFEN_4
public static final Aufgabe HF
public static final Aufgabe Monitore
public static final Aufgabe OFFEN_7
public static final Aufgabe OFFEN_8
public static final Aufgabe Klima
public static final Aufgabe PersonenInterlock
public static final Aufgabe Scraper
public static final Aufgabe ChopperStatus
public static final Aufgabe Synchrotronmagnete
public static final Aufgabe Schrittmotorsteuerung
public static final Aufgabe Targetsteuerung
public static final Aufgabe D2_Energien
public static Aufgabe[] values()
for (Aufgabe c : Aufgabe.values()) System.out.println(c);
public static Aufgabe 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 final Aufgabe getByAufgNr(int aufgNr)
ArrayIndexOutOfBoundsException,
- bei entsprechender nrpublic static java.lang.String createStatusAbfrage(int aufgNr)
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft