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