public static enum Wfs10Constants.COMPARISON_OPERATORS extends Enum<Wfs10Constants.COMPARISON_OPERATORS>
Enum Constant and Description |
---|
Between |
EqualTo |
GreaterThan |
GreaterThanEqualTo |
LessThan |
LessThanEqualTo |
Like |
NotEqualTo |
NullCheck |
Simple_Comparison |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Wfs10Constants.COMPARISON_OPERATORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wfs10Constants.COMPARISON_OPERATORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wfs10Constants.COMPARISON_OPERATORS Simple_Comparison
public static final Wfs10Constants.COMPARISON_OPERATORS LessThan
public static final Wfs10Constants.COMPARISON_OPERATORS GreaterThan
public static final Wfs10Constants.COMPARISON_OPERATORS LessThanEqualTo
public static final Wfs10Constants.COMPARISON_OPERATORS GreaterThanEqualTo
public static final Wfs10Constants.COMPARISON_OPERATORS EqualTo
public static final Wfs10Constants.COMPARISON_OPERATORS NotEqualTo
public static final Wfs10Constants.COMPARISON_OPERATORS Like
public static final Wfs10Constants.COMPARISON_OPERATORS Between
public static final Wfs10Constants.COMPARISON_OPERATORS NullCheck
public static Wfs10Constants.COMPARISON_OPERATORS[] values()
for (Wfs10Constants.COMPARISON_OPERATORS c : Wfs10Constants.COMPARISON_OPERATORS.values()) System.out.println(c);
public static Wfs10Constants.COMPARISON_OPERATORS 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 getValue()
This work is licensed under a Creative Commons Attribution 4.0 International License.