public enum EWeiterverarbeitung_Status extends Enum<EWeiterverarbeitung_Status> implements INamedUiElement
Enum Constant and Description |
---|
ABBRUCH
(Regulärer) Abbruch der Formulardatenverarbeitung.
|
STATUS_TROTZDEM_WECHSELN
Statuswechsel auch bei Fehlern in der Formulardatenverarbeitung durchführen.
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EWeiterverarbeitung_Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWeiterverarbeitung_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWeiterverarbeitung_Status ABBRUCH
public static final EWeiterverarbeitung_Status STATUS_TROTZDEM_WECHSELN
public static EWeiterverarbeitung_Status[] values()
for (EWeiterverarbeitung_Status c : EWeiterverarbeitung_Status.values()) System.out.println(c);
public static EWeiterverarbeitung_Status 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.