public static enum HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE extends java.lang.Enum<HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE>
Modifier and Type | Class and Description |
---|---|
static class |
HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
Defines a Reference to the enum
|
Enum Constant and Description |
---|
MC_COLOR_TEMPERATURE_10000K
10,000 kelvins (K).
|
MC_COLOR_TEMPERATURE_11500K
11,500 kelvins (K).
|
MC_COLOR_TEMPERATURE_4000K
4,000 kelvins (K).
|
MC_COLOR_TEMPERATURE_5000K
5,000 kelvins (K).
|
MC_COLOR_TEMPERATURE_6500K
6,500 kelvins (K).
|
MC_COLOR_TEMPERATURE_7500K
7,500 kelvins (K).
|
MC_COLOR_TEMPERATURE_8200K
8,200 kelvins (K).
|
MC_COLOR_TEMPERATURE_9300K
9,300 kelvins (K).
|
MC_COLOR_TEMPERATURE_UNKNOWN
Unknown temperature.
|
Modifier and Type | Method and Description |
---|---|
static HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_UNKNOWN
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_4000K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_5000K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_6500K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_7500K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_8200K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_9300K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_10000K
public static final HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE MC_COLOR_TEMPERATURE_11500K
public static HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE[] values()
for (HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE c : HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.values()) System.out.println(c);
public static HighLevelMonitorConfigurationAPI.MC_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