@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum Fmp4NielsenId3Behavior extends Enum<Fmp4NielsenId3Behavior>
Enum Constant and Description |
---|
NO_PASSTHROUGH |
PASSTHROUGH |
Modifier and Type | Method and Description |
---|---|
static Fmp4NielsenId3Behavior |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static Fmp4NielsenId3Behavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fmp4NielsenId3Behavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fmp4NielsenId3Behavior NO_PASSTHROUGH
public static final Fmp4NielsenId3Behavior PASSTHROUGH
public static Fmp4NielsenId3Behavior[] values()
for (Fmp4NielsenId3Behavior c : Fmp4NielsenId3Behavior.values()) System.out.println(c);
public static Fmp4NielsenId3Behavior 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 String toString()
toString
in class Enum<Fmp4NielsenId3Behavior>
public static Fmp4NielsenId3Behavior fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.