public static enum Wfs20Constants.COMPARISON_OPERATORS extends Enum<Wfs20Constants.COMPARISON_OPERATORS>
Enum Constant and Description |
---|
PropertyIsBetween |
PropertyIsEqualTo |
PropertyIsGreaterThan |
PropertyIsGreaterThanOrEqualTo |
PropertyIsLessThan |
PropertyIsLessThanOrEqualTo |
PropertyIsLike |
PropertyIsNil |
PropertyIsNotEqualTo |
PropertyIsNull |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Wfs20Constants.COMPARISON_OPERATORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wfs20Constants.COMPARISON_OPERATORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsEqualTo
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsNotEqualTo
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsLessThan
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsGreaterThan
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsLessThanOrEqualTo
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsGreaterThanOrEqualTo
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsLike
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsNull
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsNil
public static final Wfs20Constants.COMPARISON_OPERATORS PropertyIsBetween
public static Wfs20Constants.COMPARISON_OPERATORS[] values()
for (Wfs20Constants.COMPARISON_OPERATORS c : Wfs20Constants.COMPARISON_OPERATORS.values()) System.out.println(c);
public static Wfs20Constants.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.