public static enum AVOp.OpType extends Enum<AVOp.OpType>
| Enum Constant and Description |
|---|
Add |
AddRelation |
AddUnique |
Compound |
Delete |
Increment |
Null |
Remove |
RemoveRelation |
Set |
| Modifier and Type | Method and Description |
|---|---|
static AVOp.OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVOp.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVOp.OpType Set
public static final AVOp.OpType Increment
public static final AVOp.OpType AddUnique
public static final AVOp.OpType Add
public static final AVOp.OpType Remove
public static final AVOp.OpType AddRelation
public static final AVOp.OpType RemoveRelation
public static final AVOp.OpType Delete
public static final AVOp.OpType Null
public static final AVOp.OpType Compound
public static AVOp.OpType[] values()
for (AVOp.OpType c : AVOp.OpType.values()) System.out.println(c);
public static AVOp.OpType 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 nullCopyright © 2017. All rights reserved.