Package com.sun.jna.platform.win32
Class HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing class:
- HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE
 
 public static class HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference extends ByReference Defines a Reference to the enum
- 
- 
Constructor SummaryConstructors Constructor Description ByReference()Create an uninitialized referenceByReference(HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE value)Instantiates a new reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATUREgetValue()Gets the value.voidsetValue(HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE value)Sets the value.- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
ByReferencepublic ByReference() Create an uninitialized reference
 - 
ByReferencepublic ByReference(HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE value) Instantiates a new reference.- Parameters:
- value- the value
 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE value) Sets the value.- Parameters:
- value- the new value
 
 - 
getValuepublic HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE getValue() Gets the value.- Returns:
- the value
 
 
- 
 
-