public static enum FilterAny.Comparator extends java.lang.Enum<FilterAny.Comparator>
| Modifier and Type | Method and Description |
|---|---|
static FilterAny.Comparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterAny.Comparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterAny.Comparator EQ
public static final FilterAny.Comparator GE
public static final FilterAny.Comparator GT
public static final FilterAny.Comparator LE
public static final FilterAny.Comparator LT
public static final FilterAny.Comparator NE
public static FilterAny.Comparator[] values()
for (FilterAny.Comparator c : FilterAny.Comparator.values()) System.out.println(c);
public static FilterAny.Comparator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null