public enum DeviceGruppe extends java.lang.Enum<DeviceGruppe>
Enum Constant and Description |
---|
D2Lage |
D2Seki |
D2Trim |
D3Trim |
DoTrim |
L2TempAbschnitt |
L2TempAllg |
L2TempSLED |
L2Trim |
PeKlimaAnlage |
PeKlimaFuehler |
PeMag |
PeTrim |
ZZ_BAD_ENTRY |
Modifier and Type | Field and Description |
---|---|
boolean |
isLegalDeviceGruppe |
java.lang.String |
tabId |
Modifier and Type | Method and Description |
---|---|
static DeviceGruppe |
getByDgNr(int dgNr) |
int |
getDevGrNr() |
Maschine |
getMaschine() |
java.util.List<Maschine> |
getMaschinenGleicherBasisXML()
FRAMEWORK USE ONLY
Idee: besserer Default fuer enable'te Maschinen im MaschinenMgr |
static DeviceGruppe |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceGruppe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceGruppe ZZ_BAD_ENTRY
public static final DeviceGruppe PeKlimaFuehler
public static final DeviceGruppe PeMag
public static final DeviceGruppe PeKlimaAnlage
public static final DeviceGruppe D2Trim
public static final DeviceGruppe L2Trim
public static final DeviceGruppe PeTrim
public static final DeviceGruppe DoTrim
public static final DeviceGruppe D3Trim
public static final DeviceGruppe D2Lage
public static final DeviceGruppe L2TempAllg
public static final DeviceGruppe L2TempSLED
public static final DeviceGruppe L2TempAbschnitt
public static final DeviceGruppe D2Seki
public final java.lang.String tabId
public final boolean isLegalDeviceGruppe
public static DeviceGruppe[] values()
for (DeviceGruppe c : DeviceGruppe.values()) System.out.println(c);
public static DeviceGruppe 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 DeviceGruppe getByDgNr(int dgNr)
ArrayIndexOutOfBoundsException,
- bei entsprechender dgNrpublic final int getDevGrNr()
public Maschine getMaschine()
public java.util.List<Maschine> getMaschinenGleicherBasisXML()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft