de.bsvrz.kex.bwsin
Enum SINMsg

java.lang.Object
  extended by java.lang.Enum<SINMsg>
      extended by de.bsvrz.kex.bwsin.SINMsg
All Implemented Interfaces:
com.bitctrl.i18n.MessageHandler, de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht, Serializable, Comparable<SINMsg>

public enum SINMsg
extends Enum<SINMsg>
implements com.bitctrl.i18n.MessageHandler, de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht

Versorgt die Applikation mit lokalisierten Benutzernachrichten.

Version:
$Id: SINMsg.java 10458 2008-07-10 17:27:25Z gieseler $
Author:
BitCtrl Systems GmbH, Steffen Gieseler

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

ErrorLCLDateiName

public static final SINMsg ErrorLCLDateiName
keine Parameter.


WarningWarteSchlangeVoll

public static final SINMsg WarningWarteSchlangeVoll
Parameter: 1) Name Modul.


InfoInitLCL

public static final SINMsg InfoInitLCL
Parameter: 1) Dateiname.


ConfigMesswertEmpfaengerBereit

public static final SINMsg ConfigMesswertEmpfaengerBereit
Parameter: 1) Anzahl Systemobjekte.


FineAlleThreadsGestartet

public static final SINMsg FineAlleThreadsGestartet
Ohne Paramater.


FinerThreadBeendet

public static final SINMsg FinerThreadBeendet
Parameter: 1) Thread-Name.

Method Detail

values

public static SINMsg[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SINMsg c : SINMsg.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SINMsg valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getBmvLevel

public de.bsvrz.sys.funclib.operatingMessage.MessageGrade getBmvLevel()

Specified by:
getBmvLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht

getLogLevel

public Level getLogLevel()

Specified by:
getLogLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht

getResourceBundle

public ResourceBundle getResourceBundle()

Specified by:
getResourceBundle in interface com.bitctrl.i18n.MessageHandler

toString

public String toString()

Specified by:
toString in interface com.bitctrl.i18n.MessageHandler
Overrides:
toString in class Enum<SINMsg>