public static enum HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE extends java.lang.Enum<HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE> implements FlagEnum
Enum Constant and Description |
---|
MC_SUPPORTED_COLOR_TEMPERATURE_10000K
The monitor supports 10,000 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_11500K
The monitor supports 11,500 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_4000K
The monitor supports 4,000 kelvins (K) color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_5000K
The monitor supports 5,000 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_6500K
The monitor supports 6,500 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_7500K
The monitor supports 7,500 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_8200K
The monitor supports 8,200 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_9300K
The monitor supports 9,300 K color temperature.
|
MC_SUPPORTED_COLOR_TEMPERATURE_NONE
No color temperatures are supported.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlag() |
static HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_NONE
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_4000K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_5000K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_6500K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_7500K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_8200K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_9300K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_10000K
public static final HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE MC_SUPPORTED_COLOR_TEMPERATURE_11500K
public static HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE[] values()
for (HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE c : HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE.values()) System.out.println(c);
public static HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null