public enum EExecCondition extends Enum<EExecCondition> implements INamedUiElement
Enum Constant and Description |
---|
FORMVALUE_MATCH
Der FORMVALUE_MATCH-Typ gibt an, dass ein Formularfeld, bzw. dessen Eingabe, bestimmte Kriterien erfüllen muss.
|
REGEX_MATCH
Der REGEX_MATCH-Typ gibt an, dass ein oder mehrere spezielle Prüfungen von Formularfeld-Werten gegen reguläre
Ausdrücke durchgeführt werden sollen.
|
UNCONDITIONAL
Der UNCONDITIONAL-Typ gibt an, dass keine Bedingungsprüfung vollzogen wird und die Aktion immer abgearbeitet wird.
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EExecCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExecCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EExecCondition UNCONDITIONAL
public static final EExecCondition FORMVALUE_MATCH
public static final EExecCondition REGEX_MATCH
public static EExecCondition[] values()
for (EExecCondition c : EExecCondition.values()) System.out.println(c);
public static EExecCondition 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 © 2019 XIMA MEDIA GmbH. All rights reserved.