public static enum TranscoderUtils.CommonFlags extends Enum<TranscoderUtils.CommonFlags>
The common flags enum.
Enum Constant and Description |
---|
BINARY |
JSON |
PRIVATE |
RESERVED |
STRING |
Modifier and Type | Method and Description |
---|---|
static TranscoderUtils.CommonFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscoderUtils.CommonFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranscoderUtils.CommonFlags RESERVED
public static final TranscoderUtils.CommonFlags PRIVATE
public static final TranscoderUtils.CommonFlags JSON
public static final TranscoderUtils.CommonFlags BINARY
public static final TranscoderUtils.CommonFlags STRING
public static TranscoderUtils.CommonFlags[] values()
for (TranscoderUtils.CommonFlags c : TranscoderUtils.CommonFlags.values()) System.out.println(c);
public static TranscoderUtils.CommonFlags 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 © 2015 Couchbase, Inc.