|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SINMsg>
de.bsvrz.kex.bwsin.SINMsg
public enum SINMsg
Versorgt die Applikation mit lokalisierten Benutzernachrichten.
Enum Constant Summary | |
---|---|
ConfigMesswertEmpfaengerBereit
Parameter: 1) Anzahl Systemobjekte. |
|
ErrorLCLDateiName
keine Parameter. |
|
FineAlleThreadsGestartet
Ohne Paramater. |
|
FinerThreadBeendet
Parameter: 1) Thread-Name. |
|
InfoInitLCL
Parameter: 1) Dateiname. |
|
WarningWarteSchlangeVoll
Parameter: 1) Name Modul. |
Method Summary | |
---|---|
de.bsvrz.sys.funclib.operatingMessage.MessageGrade |
getBmvLevel()
|
Level |
getLogLevel()
|
ResourceBundle |
getResourceBundle()
|
String |
toString()
|
static SINMsg |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SINMsg[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.bitctrl.i18n.MessageHandler |
---|
name |
Enum Constant Detail |
---|
public static final SINMsg ErrorLCLDateiName
public static final SINMsg WarningWarteSchlangeVoll
public static final SINMsg InfoInitLCL
public static final SINMsg ConfigMesswertEmpfaengerBereit
public static final SINMsg FineAlleThreadsGestartet
public static final SINMsg FinerThreadBeendet
Method Detail |
---|
public static SINMsg[] values()
for (SINMsg c : SINMsg.values()) System.out.println(c);
public static SINMsg valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- 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<SINMsg>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |