Enum UdaMessage

  • All Implemented Interfaces:
    com.bitctrl.i18n.MessageHandler, de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht, java.io.Serializable, java.lang.Comparable<UdaMessage>, java.lang.constant.Constable

    public enum UdaMessage
    extends java.lang.Enum<UdaMessage>
    implements de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht
    die allgemeinen Meldungen innerhalb der Softwareeinheit "Umfassende Datenanalyse".
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Enum

        java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
    • Method Summary

      Modifier and Type Method Description
      de.bsvrz.sys.funclib.operatingMessage.MessageGrade getBmvLevel()
      .
      java.util.logging.Level getLogLevel()
      .
      java.util.ResourceBundle getResourceBundle()
      .
      static UdaMessage valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static UdaMessage[] 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, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.bitctrl.i18n.MessageHandler

        getResourceBundle, name, toString
    • Enum Constant Detail

      • WarningSetzenZeitAttribut

        public static final UdaMessage WarningSetzenZeitAttribut
        Parameter: 1) das Datenobjekt.
      • WarningUnerwartetesMengenUpdate

        public static final UdaMessage WarningUnerwartetesMengenUpdate
        Parameter: 1) das Mengenobjekt.
      • ErrorUdaModulTyp

        public static final UdaMessage ErrorUdaModulTyp
        Parameter: keine.
      • ErrorArchivAnfrage

        public static final UdaMessage ErrorArchivAnfrage
        Parameter: 1) die Meldung.
      • ErrorDateisystem

        public static final UdaMessage ErrorDateisystem
        Parameter: 1) der Name einer Datei. 2) die Fehlermeldung
      • ErrorSkriptAnlegen

        public static final UdaMessage ErrorSkriptAnlegen
        Parameter: 1) der Name des Skripts 2) die Fehlermeldung.
      • ErrorSkriptlaufAnlegen

        public static final UdaMessage ErrorSkriptlaufAnlegen
        Parameter: 1) der Name des Skriptlaufs 2) die Fehlermeldung.
      • ErrorSkriptlaufAktualisierung

        public static final UdaMessage ErrorSkriptlaufAktualisierung
        Parameter: 1) der Name des Skriptlaufs 2) die Fehlermeldung.
      • WarningUnerwarteterAnmeldeeintrag

        public static final UdaMessage WarningUnerwarteterAnmeldeeintrag
        Parameter: 1) die Fehlermeldung.
    • Method Detail

      • values

        public static UdaMessage[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static UdaMessage valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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
        See Also:
        LogNachricht.getBmvLevel()
      • getLogLevel

        public java.util.logging.Level getLogLevel()
        .
        Specified by:
        getLogLevel in interface de.bsvrz.sys.funclib.bitctrl.daf.LogNachricht
        See Also:
        LogNachricht.getLogLevel()
      • getResourceBundle

        public java.util.ResourceBundle getResourceBundle()
        .
        Specified by:
        getResourceBundle in interface com.bitctrl.i18n.MessageHandler