public enum Maschine extends java.lang.Enum<Maschine>
<void property="maschinenNr"> <int>1</int> </void>
Maschine.getMaschine()
ein Beispiel ist zu finden in:Enum Constant and Description |
---|
Ag
Angus maschinenNr 19
|
Am
AMTF maschinenNr 15
|
CS
Common-Service: maschinenNr 11
|
D2
Desy 2: maschinenNr 2
|
Dex
DEX(DESY 2 Exp.)
|
Do
Doris: maschinenNr 4
|
Ew
E-Weg: maschinenNr 8
|
Fl
Flash: maschinenNr 10
|
L2
Linac 2: maschinenNr 1
|
Lw
L-Weg: maschinenNr 7
|
Mst
Mst: maschinenNr 5
|
NA
nicht anwendbar: maschinenNr 0
|
Pe
Petra: maschinenNr 3
|
Pex
PEX(PETRA Exp.)
|
Pia
Pia: maschinenNr 6
|
PZ
Pitz: maschinenNr 12
|
Rg
Regae: maschinenNr 13
|
Rw
R-Weg: maschinenNr 9
|
SI
SINBAD maschinenNr 20
|
So
Salome: maschinenNr 14
|
XF
XFEL maschinenNr 16
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bkrWikiName |
java.lang.String |
langerName |
java.lang.String |
logBuchName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBkrWikiName() |
static Maschine |
getDefaultMaschine()
Nimmt das Framework falls die Maschine im Mgr oder via ini xml Datei
nicht anders gesetzt wird.
|
java.lang.String |
getLangenNamen() |
java.lang.String |
getLogBuchName() |
java.lang.String |
getLogBuchNameBild() |
java.lang.String |
getLogBuchNameText() |
static Maschine |
getMaschine()
Deprecated.
|
static Maschine |
getMaschineByString(java.lang.String maschinenString)
Implementation für MaschineMgr
|
int |
getMaschineNr()
int Maschinen Nummer
|
boolean |
hasBKRWikiAcceleratorWithControlsPage() |
boolean |
hasLogbuch() |
boolean |
istMaschine()
true falls es eine spezifische Maschine wie PETRA ist
|
static boolean |
istMaschine(Maschine maschine)
true falls es eine spezifische Maschine wie PETRA ist
|
int |
ordinalSorted() |
static Maschine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Maschine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Maschine[] |
valuesSorted()
Sinnvoll Sortiert fuer Menues etc.
|
public static final Maschine NA
public static final Maschine L2
public static final Maschine D2
public static final Maschine Pe
public static final Maschine Do
public static final Maschine Mst
public static final Maschine Pia
public static final Maschine Lw
public static final Maschine Ew
public static final Maschine Rw
public static final Maschine Fl
public static final Maschine CS
public static final Maschine PZ
public static final Maschine Rg
public static final Maschine So
public static final Maschine Am
public static final Maschine XF
public static final Maschine Dex
public static final Maschine Pex
public static final Maschine Ag
public static final Maschine SI
public final java.lang.String langerName
public final java.lang.String logBuchName
public final java.lang.String bkrWikiName
public static Maschine[] values()
for (Maschine c : Maschine.values()) System.out.println(c);
public static Maschine 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 final boolean istMaschine()
public int getMaschineNr()
@Deprecated public static final Maschine getMaschine()
public static boolean istMaschine(Maschine maschine)
public static Maschine getDefaultMaschine()
public static final Maschine[] valuesSorted()
public static Maschine getMaschineByString(java.lang.String maschinenString)
public final java.lang.String getLogBuchName()
public final boolean hasLogbuch()
public java.lang.String getLogBuchNameBild()
public java.lang.String getLogBuchNameText()
public final java.lang.String getLangenNamen()
public final java.lang.String getBkrWikiName()
public final int ordinalSorted()
public boolean hasBKRWikiAcceleratorWithControlsPage()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft