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 | Field and Description |
---|---|
private Level |
level
der Level mit dem die Meldung ausgegeben werden soll.
|
private static ResourceBundle |
RESOURCE_BUNDLE
das verwendete Ressource-Bundle.
|
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
private static final ResourceBundle RESOURCE_BUNDLE
private Level level
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.LogNachricht
public Level getLogLevel()
getLogLevel
in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht
public ResourceBundle getResourceBundle()
getResourceBundle
in interface com.bitctrl.i18n.MessageHandler
public String toString()
toString
in interface com.bitctrl.i18n.MessageHandler
toString
in class Enum<BssMessage>
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.