public enum EWeiterverarbeitung_Aktion extends Enum<EWeiterverarbeitung_Aktion> implements INamedUiElement
Enum Constant and Description |
---|
ABBRUCH
(Regulärer) Abbruch der Formulardatenverarbeitung.
|
IGNORIEREN
trotz Fehler soll die Verarbeitung ohne Auswirkungen dieses weiter durchgeführt werden
|
KONFIGURIERTE_FOLGEAKTION
Weiter mit einer speziell konfigurierten Folgeaktion (i.e. eine der nachfolgenden Aktionen in der Liste).
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EWeiterverarbeitung_Aktion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWeiterverarbeitung_Aktion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWeiterverarbeitung_Aktion ABBRUCH
public static final EWeiterverarbeitung_Aktion IGNORIEREN
public static final EWeiterverarbeitung_Aktion KONFIGURIERTE_FOLGEAKTION
public static EWeiterverarbeitung_Aktion[] values()
for (EWeiterverarbeitung_Aktion c : EWeiterverarbeitung_Aktion.values()) System.out.println(c);
public static EWeiterverarbeitung_Aktion 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
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.