public enum EMatchCondition extends Enum<EMatchCondition> implements INamedUiElement
Enum Constant and Description |
---|
CONTAINS |
EMPTY |
ENDS_WITH |
EQUAL |
GREATER |
LESSER |
NOT_EMPTY |
NOT_EQUAL |
REGEX_MATCH |
STARTS_WITH |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EMatchCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMatchCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMatchCondition EMPTY
public static final EMatchCondition NOT_EMPTY
public static final EMatchCondition EQUAL
public static final EMatchCondition NOT_EQUAL
public static final EMatchCondition CONTAINS
public static final EMatchCondition GREATER
public static final EMatchCondition LESSER
public static final EMatchCondition STARTS_WITH
public static final EMatchCondition ENDS_WITH
public static final EMatchCondition REGEX_MATCH
public static EMatchCondition[] values()
for (EMatchCondition c : EMatchCondition.values()) System.out.println(c);
public static EMatchCondition 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.