public static enum APIFilter.FILTER_OP extends Enum<APIFilter.FILTER_OP>
| Modifier and Type | Method and Description |
|---|---|
static APIFilter.FILTER_OP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIFilter.FILTER_OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIFilter.FILTER_OP eq
public static final APIFilter.FILTER_OP ne
public static final APIFilter.FILTER_OP gt
public static final APIFilter.FILTER_OP lt
public static final APIFilter.FILTER_OP ge
public static final APIFilter.FILTER_OP le
public static final APIFilter.FILTER_OP like
public static final APIFilter.FILTER_OP gele
public static APIFilter.FILTER_OP[] values()
for (APIFilter.FILTER_OP c : APIFilter.FILTER_OP.values()) System.out.println(c);
public static APIFilter.FILTER_OP 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 © 2020. All rights reserved.