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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Defines a Reference to the enumNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 Summary
Modifier 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_TUBE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_SHADOW_MASK_CATHODE_RAY_TUBEShadow-mask cathode ray tube (CRT). -
MC_APERTURE_GRILL_CATHODE_RAY_TUBE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_APERTURE_GRILL_CATHODE_RAY_TUBEAperture-grill CRT. -
MC_THIN_FILM_TRANSISTOR
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_THIN_FILM_TRANSISTORThin-film transistor (TFT) display. -
MC_LIQUID_CRYSTAL_ON_SILICON
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_LIQUID_CRYSTAL_ON_SILICONLiquid crystal on silicon (LCOS) display. -
MC_PLASMA
Plasma display. -
MC_ORGANIC_LIGHT_EMITTING_DIODE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ORGANIC_LIGHT_EMITTING_DIODEOrganic light emitting diode (LED) display. -
MC_ELECTROLUMINESCENT
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_ELECTROLUMINESCENTElectroluminescent display. -
MC_MICROELECTROMECHANICAL
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_MICROELECTROMECHANICALMicroelectromechanical display. -
MC_FIELD_EMISSION_DEVICE
public static final HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE MC_FIELD_EMISSION_DEVICEField emission device (FED) display.
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-