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