Package com.sun.jna.platform.win32
Enum Class HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE
java.lang.Object
java.lang.Enum<HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE>
com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE
- All Implemented Interfaces:
- Serializable,- Comparable<HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE>,- Constable
- Enclosing interface:
- HighLevelMonitorConfigurationAPI
public static enum HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE
extends Enum<HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE>
Identifies monitor display technologies.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDefines a Reference to the enumNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionAperture-grill CRT.Electroluminescent display.Field emission device (FED) display.Liquid crystal on silicon (LCOS) display.Microelectromechanical display.Organic light emitting diode (LED) display.Plasma display.Shadow-mask cathode ray tube (CRT).Thin-film transistor (TFT) display.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
MC_SHADOW_MASK_CATHODE_RAY_TUBEpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_SHADOW_MASK_CATHODE_RAY_TUBEShadow-mask cathode ray tube (CRT).
- 
MC_APERTURE_GRILL_CATHODE_RAY_TUBEpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_APERTURE_GRILL_CATHODE_RAY_TUBEAperture-grill CRT.
- 
MC_THIN_FILM_TRANSISTORpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_THIN_FILM_TRANSISTORThin-film transistor (TFT) display.
- 
MC_LIQUID_CRYSTAL_ON_SILICONpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_LIQUID_CRYSTAL_ON_SILICONLiquid crystal on silicon (LCOS) display.
- 
MC_PLASMAPlasma display.
- 
MC_ORGANIC_LIGHT_EMITTING_DIODEpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ORGANIC_LIGHT_EMITTING_DIODEOrganic light emitting diode (LED) display.
- 
MC_ELECTROLUMINESCENTpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ELECTROLUMINESCENTElectroluminescent display.
- 
MC_MICROELECTROMECHANICALpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_MICROELECTROMECHANICALMicroelectromechanical display.
- 
MC_FIELD_EMISSION_DEVICEpublic static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_FIELD_EMISSION_DEVICEField emission device (FED) display.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-