public enum WhereOperator extends Enum<WhereOperator>
| Enum Constant and Description |
|---|
And |
Equal |
GreaterThan |
GreaterThanEqual |
LessThan |
LessThanEqual |
Like |
Not |
NotEqual |
Or |
WithinGeoRange |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhereOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhereOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhereOperator And
public static final WhereOperator Like
public static final WhereOperator Or
public static final WhereOperator Equal
public static final WhereOperator Not
public static final WhereOperator NotEqual
public static final WhereOperator GreaterThan
public static final WhereOperator GreaterThanEqual
public static final WhereOperator LessThan
public static final WhereOperator LessThanEqual
public static final WhereOperator WithinGeoRange
public static WhereOperator[] values()
for (WhereOperator c : WhereOperator.values()) System.out.println(c);
public static WhereOperator 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 toString()
toString in class Enum<WhereOperator>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.