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