@Stability.Volatile public enum MutateInMacro extends Enum<MutateInMacro>
Enum Constant and Description |
---|
CAS |
SEQ_NO |
VALUE_CRC_32C |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static MutateInMacro |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutateInMacro[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MutateInMacro CAS
public static final MutateInMacro SEQ_NO
public static final MutateInMacro VALUE_CRC_32C
public static MutateInMacro[] values()
for (MutateInMacro c : MutateInMacro.values()) System.out.println(c);
public static MutateInMacro 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 null@Stability.Internal public String value()
Copyright © 2021 Couchbase, Inc.. All rights reserved.