public enum GanglinienModellTypen extends java.lang.Enum<GanglinienModellTypen> implements de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
Enum Constant and Description |
---|
APPLIKATION_GANGLINIEN_PROGNOSE
Die Applikation Ganglinienprognose.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> |
getKlasse() |
java.lang.String |
getPid() |
static GanglinienModellTypen |
valueOf(java.lang.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
public static GanglinienModellTypen[] values()
for (GanglinienModellTypen c : GanglinienModellTypen.values()) System.out.println(c);
public static GanglinienModellTypen 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 java.lang.Class<? extends de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt> getKlasse()
getKlasse
in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
public java.lang.String getPid()
getPid
in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp