public enum MongodbOps extends java.lang.Enum<MongodbOps> implements Operator
| Enum Constant and Description |
|---|
ELEM_MATCH |
GEO_WITHIN_BOX |
NEAR |
NEAR_SPHERE |
NO_MATCH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType() |
static MongodbOps |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MongodbOps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongodbOps NEAR
public static final MongodbOps GEO_WITHIN_BOX
public static final MongodbOps ELEM_MATCH
public static final MongodbOps NO_MATCH
public static final MongodbOps NEAR_SPHERE
public static MongodbOps[] values()
for (MongodbOps c : MongodbOps.values()) System.out.println(c);
public static MongodbOps 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 nullCopyright © 2007–2021 Querydsl. All rights reserved.