public enum BssMessage extends Enum<BssMessage> implements de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht
| Enum Constant and Description |
|---|
ErrorSendeSimulationsErgebnis
Parameter 1) Baustelle 2) Fehlermeldung.
|
WarningFehlendeSimulationsDaten
Parameter 1) die Baustelle 2) die Fehlermeldung.
|
WarningGanglinienAbfrage
Parameter 1) Baustelle 2) Intervall 3) Fehlermeldung.
|
WarningUngueltigerSimulationsZeitraum
Parameter 1) die Baustelle 2) der Zeitraum.
|
| Modifier and Type | Method and Description |
|---|---|
de.bsvrz.sys.funclib.operatingMessage.MessageGrade |
getBmvLevel() |
Level |
getLogLevel() |
ResourceBundle |
getResourceBundle() |
String |
toString() |
static BssMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BssMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BssMessage ErrorSendeSimulationsErgebnis
public static final BssMessage WarningGanglinienAbfrage
public static final BssMessage WarningUngueltigerSimulationsZeitraum
public static final BssMessage WarningFehlendeSimulationsDaten
public static BssMessage[] values()
for (BssMessage c : BssMessage.values()) System.out.println(c);
public static BssMessage 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 de.bsvrz.sys.funclib.operatingMessage.MessageGrade getBmvLevel()
getBmvLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachrichtpublic Level getLogLevel()
getLogLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachrichtpublic ResourceBundle getResourceBundle()
getResourceBundle in interface com.bitctrl.i18n.MessageHandlerpublic String toString()
toString in interface com.bitctrl.i18n.MessageHandlertoString in class Enum<BssMessage>Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.