public static enum TranscoderUtils.CommonFlags extends java.lang.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(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null