public enum BooleanSearchValue extends Enum<BooleanSearchValue>
Modifier and Type | Method and Description |
---|---|
String |
getLabelI18N() |
String |
getStringValue() |
static BooleanSearchValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanSearchValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BooleanSearchValue TRUE
public static final BooleanSearchValue FALSE
public static final BooleanSearchValue ANY
public static final BooleanSearchValue NULL
public static final String copyright
public static BooleanSearchValue[] values()
for (BooleanSearchValue c : BooleanSearchValue.values()) System.out.println(c);
public static BooleanSearchValue 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 getStringValue()
public String getLabelI18N()