public enum MarkerSchluessel extends Enum<MarkerSchluessel>
| Enum Constant and Description |
|---|
AUFRUFPARAMETER
Parameter eines geloggten Methodenaufruf.
|
DATENTYP
Datentyp des Logeintrags.
|
DAUER
Dauer des Logeintrags.
|
ERGEBNIS
Ergebnis eines geloggten Methodenaufruf.
|
KATEGORIE
Kategorie des Logeintrags.
|
METHODE
Methode eines geloggten Methodenaufruf.
|
ROOTMARKER
Rootmarker, zur Sammlung weitere Marker.
|
SCHLUESSEL
Schlüssel des Logeintrags.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWert()
Liefert den Wert des Attributs 'wert'.
|
static MarkerSchluessel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerSchluessel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkerSchluessel ROOTMARKER
public static final MarkerSchluessel KATEGORIE
public static final MarkerSchluessel SCHLUESSEL
public static final MarkerSchluessel DAUER
public static final MarkerSchluessel METHODE
public static final MarkerSchluessel AUFRUFPARAMETER
public static final MarkerSchluessel ERGEBNIS
public static final MarkerSchluessel DATENTYP
public static MarkerSchluessel[] values()
for (MarkerSchluessel c : MarkerSchluessel.values()) System.out.println(c);
public static MarkerSchluessel 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 String getWert()
Copyright © 2023. All rights reserved.