public static enum TypeCriterion.Type extends java.lang.Enum<TypeCriterion.Type>
| Enum Constant and Description |
|---|
ARRAY |
BINARY |
BOOLEAN |
DATE |
DOUBLE |
INT32 |
INT64 |
JAVASCRIPT |
JAVASCRIPT_WITH_SCOPE |
MAX_KEY |
MIN_KEY |
NULL |
OBJECT |
OBJECT_ID |
REGEX |
STRING |
SYMBOL |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getCode() |
static TypeCriterion.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeCriterion.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCriterion.Type DOUBLE
public static final TypeCriterion.Type STRING
public static final TypeCriterion.Type OBJECT
public static final TypeCriterion.Type ARRAY
public static final TypeCriterion.Type BINARY
public static final TypeCriterion.Type OBJECT_ID
public static final TypeCriterion.Type BOOLEAN
public static final TypeCriterion.Type DATE
public static final TypeCriterion.Type NULL
public static final TypeCriterion.Type REGEX
public static final TypeCriterion.Type JAVASCRIPT
public static final TypeCriterion.Type SYMBOL
public static final TypeCriterion.Type JAVASCRIPT_WITH_SCOPE
public static final TypeCriterion.Type INT32
public static final TypeCriterion.Type TIMESTAMP
public static final TypeCriterion.Type INT64
public static final TypeCriterion.Type MIN_KEY
public static final TypeCriterion.Type MAX_KEY
public static TypeCriterion.Type[] values()
for (TypeCriterion.Type c : TypeCriterion.Type.values()) System.out.println(c);
public static TypeCriterion.Type 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 nullpublic java.lang.Number getCode()
Copyright © 2013. All Rights Reserved.