public static enum MongoDatabaseMethods.Operator extends Enum<MongoDatabaseMethods.Operator>
| Modifier and Type | Method and Description |
|---|---|
String |
op() |
static MongoDatabaseMethods.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDatabaseMethods.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongoDatabaseMethods.Operator AND
public static final MongoDatabaseMethods.Operator OR
public static final MongoDatabaseMethods.Operator IN
public static final MongoDatabaseMethods.Operator INC
public static final MongoDatabaseMethods.Operator SET
public static final MongoDatabaseMethods.Operator PUSH
public static MongoDatabaseMethods.Operator[] values()
for (MongoDatabaseMethods.Operator c : MongoDatabaseMethods.Operator.values()) System.out.println(c);
public static MongoDatabaseMethods.Operator 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 op()
Copyright © 2017. All rights reserved.