| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_DISPLAY_MODE |
static String |
KEY_DISTANCE_UNIT |
static String |
KEY_TEMPERATURE_UNIT |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
HMISettingsControlData() |
HMISettingsControlData(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
DisplayMode |
getDisplayMode()
Gets the displayMode portion of the HMISettingsControlData class
|
DistanceUnit |
getDistanceUnit()
Gets the distanceUnit portion of the HMISettingsControlData class
|
TemperatureUnit |
getTemperatureUnit()
Gets the temperatureUnit portion of the HMISettingsControlData class
|
HMISettingsControlData |
setDisplayMode(DisplayMode displayMode)
Sets the displayMode portion of the HMISettingsControlData class
|
HMISettingsControlData |
setDistanceUnit(DistanceUnit distanceUnit)
Sets the distanceUnit portion of the HMISettingsControlData class
|
HMISettingsControlData |
setTemperatureUnit(TemperatureUnit temperatureUnit)
Sets the temperatureUnit portion of the HMISettingsControlData class
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_DISPLAY_MODE
public static final String KEY_TEMPERATURE_UNIT
public static final String KEY_DISTANCE_UNIT
public HMISettingsControlData setDisplayMode(DisplayMode displayMode)
displayMode - the display mode (DAY, NIGHT, AUTO) of screen on the respective moduleDisplayModepublic DisplayMode getDisplayMode()
DisplayModepublic HMISettingsControlData setTemperatureUnit(TemperatureUnit temperatureUnit)
temperatureUnit - enum value of temperature unit associated with the display of the current moduleTemperatureUnitpublic TemperatureUnit getTemperatureUnit()
TemperatureUnitpublic HMISettingsControlData setDistanceUnit(DistanceUnit distanceUnit)
distanceUnit - enum value of distance unit associated with the display of the current moduleDistanceUnitpublic DistanceUnit getDistanceUnit()
DistanceUnit