public enum EWeiterverarbeitung_Bedingung extends Enum<EWeiterverarbeitung_Bedingung> implements INamedUiElement
Enum Constant and Description |
---|
ABBRUCH
(Regulärer) Abbruch der Formulardatenverarbeitung.
|
KONFIGURIERTE_FOLGEAKTION
Weiter mit einer speziell konfigurierten Folgeaktion (i.e. eine der nachfolgenden Aktionen in der Liste).
|
NAECHSTE_AKTION
Weiter mit nächster Aktion in der Liste (sofern vorhanden).
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EWeiterverarbeitung_Bedingung |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWeiterverarbeitung_Bedingung[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWeiterverarbeitung_Bedingung ABBRUCH
public static final EWeiterverarbeitung_Bedingung NAECHSTE_AKTION
public static final EWeiterverarbeitung_Bedingung KONFIGURIERTE_FOLGEAKTION
public static EWeiterverarbeitung_Bedingung[] values()
for (EWeiterverarbeitung_Bedingung c : EWeiterverarbeitung_Bedingung.values()) System.out.println(c);
public static EWeiterverarbeitung_Bedingung 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.