public static enum LsfIndexQuery.FILTER_TYPE extends java.lang.Enum<LsfIndexQuery.FILTER_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static LsfIndexQuery.FILTER_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LsfIndexQuery.FILTER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LsfIndexQuery.FILTER_TYPE LIKE
public static final LsfIndexQuery.FILTER_TYPE EQUALS
public static final LsfIndexQuery.FILTER_TYPE LESS_THAN
public static final LsfIndexQuery.FILTER_TYPE MORE_THAN
public static LsfIndexQuery.FILTER_TYPE[] values()
for (LsfIndexQuery.FILTER_TYPE c : LsfIndexQuery.FILTER_TYPE.values()) System.out.println(c);
public static LsfIndexQuery.FILTER_TYPE 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