@InterfaceStability.Experimental @InterfaceAudience.Public public enum Lookup extends Enum<Lookup>
Enumeration of possible mutations inside a sub-document LookupCommand.
| Modifier and Type | Method and Description |
|---|---|
byte |
opCode() |
static Lookup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lookup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Lookup[] values()
for (Lookup c : Lookup.values()) System.out.println(c);
public static Lookup 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 byte opCode()
Copyright © 2016 Couchbase, Inc.. All rights reserved.