Enum Class MarkerSchluessel

java.lang.Object
java.lang.Enum<MarkerSchluessel>
de.bund.bva.isyfact.logging.impl.MarkerSchluessel
All Implemented Interfaces:
Serializable, Comparable<MarkerSchluessel>, Constable

public enum MarkerSchluessel extends Enum<MarkerSchluessel>
Auflistung aller Schlüssel (Namen) für Marker.
  • Enum Constant Details

    • ROOTMARKER

      public static final MarkerSchluessel ROOTMARKER
      Rootmarker, zur Sammlung weitere Marker.
    • KATEGORIE

      public static final MarkerSchluessel KATEGORIE
      Kategorie des Logeintrags.
    • SCHLUESSEL

      public static final MarkerSchluessel SCHLUESSEL
      Schlüssel des Logeintrags.
    • DAUER

      public static final MarkerSchluessel DAUER
      Dauer des Logeintrags.
    • METHODE

      public static final MarkerSchluessel METHODE
      Methode eines geloggten Methodenaufruf.
    • AUFRUFPARAMETER

      public static final MarkerSchluessel AUFRUFPARAMETER
      Parameter eines geloggten Methodenaufruf.
    • ERGEBNIS

      public static final MarkerSchluessel ERGEBNIS
      Ergebnis eines geloggten Methodenaufruf.
    • DATENTYP

      public static final MarkerSchluessel DATENTYP
      Datentyp des Logeintrags.
  • Method Details

    • values

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

      public static MarkerSchluessel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getWert

      public String getWert()
      Liefert den Wert des Attributs 'wert'.
      Returns:
      Wert des Attributs.