public enum EAktionsResultat extends Enum<EAktionsResultat> implements INamedUiElement
Enum Constant and Description |
---|
FEHLER
Verarbeitungsfehler bei Ausführung (bspw Mail-Server nicht erreichbar, Festplatte für Datei-Export voll usw).
|
KORREKTUR
Deprecated.
|
OK
Erfolgreich abgeschlossen.
|
SYSTEMFEHLER
Deprecated.
|
WARNUNG
Eingeschränkt erfolgreich abgeschlossen (bspw wenn auch im Fall eines
FEHLER weitergemacht werden soll). |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
boolean |
isError()
Diese Methode dient dazu zu überprüfen, ob die Instanz ein Enum ist, der einen Fehlerfall beschreibt.
|
boolean |
isWarn()
Diese Methode dient dazu zu überprüfen, ob die Instanz ein Enum ist, der eine Warnung beschreibt.
|
static EAktionsResultat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAktionsResultat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAktionsResultat OK
public static final EAktionsResultat WARNUNG
FEHLER
weitergemacht werden soll).public static final EAktionsResultat FEHLER
@Deprecated public static final EAktionsResultat KORREKTUR
@Deprecated public static final EAktionsResultat SYSTEMFEHLER
public static EAktionsResultat[] values()
for (EAktionsResultat c : EAktionsResultat.values()) System.out.println(c);
public static EAktionsResultat 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 getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public boolean isError()
true
wenn es ein Fehlerfall ist, ansonsten false
public boolean isWarn()
true
wenn es eine Warnung ist, ansonsten false
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.