public enum BssMessage extends java.lang.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() |
java.util.logging.Level |
getLogLevel() |
java.util.ResourceBundle |
getResourceBundle() |
java.lang.String |
toString() |
static BssMessage |
valueOf(java.lang.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(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 de.bsvrz.sys.funclib.operatingMessage.MessageGrade getBmvLevel()
getBmvLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachrichtpublic java.util.logging.Level getLogLevel()
getLogLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachrichtpublic java.util.ResourceBundle getResourceBundle()
getResourceBundle in interface com.bitctrl.i18n.MessageHandlerpublic java.lang.String toString()
toString in interface com.bitctrl.i18n.MessageHandlertoString in class java.lang.Enum<BssMessage>