public enum GanglinienModellTypen extends Enum<GanglinienModellTypen> implements de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
| Enum Constant and Description |
|---|
APPLIKATION_GANGLINIEN_PROGNOSE
Die Applikation Ganglinienprognose.
|
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> |
klasse
Klasse des Systemobjekts im Modell.
|
private String |
pid
PID des Objekttyps im Datenverteiler.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> |
getKlasse() |
String |
getPid() |
static GanglinienModellTypen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanglinienModellTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanglinienModellTypen APPLIKATION_GANGLINIEN_PROGNOSE
private final String pid
private final Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> klasse
public static GanglinienModellTypen[] values()
for (GanglinienModellTypen c : GanglinienModellTypen.values()) System.out.println(c);
public static GanglinienModellTypen valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> getKlasse()
getKlasse in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyppublic String getPid()
getPid in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTypCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.