public static enum HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE extends java.lang.Enum<HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE>
Modifier and Type | Class and Description |
---|---|
static class |
HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE.ByReference
Defines a Reference to the enum
|
Enum Constant and Description |
---|
MC_APERTURE_GRILL_CATHODE_RAY_TUBE
Aperture-grill CRT.
|
MC_ELECTROLUMINESCENT
Electroluminescent display.
|
MC_FIELD_EMISSION_DEVICE
Field emission device (FED) display.
|
MC_LIQUID_CRYSTAL_ON_SILICON
Liquid crystal on silicon (LCOS) display.
|
MC_MICROELECTROMECHANICAL
Microelectromechanical display.
|
MC_ORGANIC_LIGHT_EMITTING_DIODE
Organic light emitting diode (LED) display.
|
MC_PLASMA
Plasma display.
|
MC_SHADOW_MASK_CATHODE_RAY_TUBE
Shadow-mask cathode ray tube (CRT).
|
MC_THIN_FILM_TRANSISTOR
Thin-film transistor (TFT) display.
|
Modifier and Type | Method and Description |
---|---|
static HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_SHADOW_MASK_CATHODE_RAY_TUBE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_APERTURE_GRILL_CATHODE_RAY_TUBE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_THIN_FILM_TRANSISTOR
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_LIQUID_CRYSTAL_ON_SILICON
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_PLASMA
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ORGANIC_LIGHT_EMITTING_DIODE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ELECTROLUMINESCENT
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_MICROELECTROMECHANICAL
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_FIELD_EMISSION_DEVICE
public static HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE[] values()
for (HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE c : HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE.values()) System.out.println(c);
public static HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE 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