public static enum FilterParser.FilterType extends Enum<FilterParser.FilterType>
| Modifier and Type | Method and Description |
|---|---|
static FilterParser.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterParser.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterParser.FilterType NUMERIC
public static final FilterParser.FilterType TEXT
public static final FilterParser.FilterType DATETIME
public static final FilterParser.FilterType OTHER
public static FilterParser.FilterType[] values()
for (FilterParser.FilterType c : FilterParser.FilterType.values()) System.out.println(c);
public static FilterParser.FilterType 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 nullCopyright © 2022 CURS. All rights reserved.