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