Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
HMISettingsControlCapabilities

Class HMISettingsControlCapabilities

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Fields

KEY_MODULE_NAME

public static final java.lang.String KEY_MODULE_NAME
Constant Value
"moduleName"

KEY_DISTANCE_UNIT_AVAILABLE

public static final java.lang.String KEY_DISTANCE_UNIT_AVAILABLE
Constant Value
"distanceUnitAvailable"

KEY_TEMPERATURE_UNIT_AVAILABLE

public static final java.lang.String KEY_TEMPERATURE_UNIT_AVAILABLE
Constant Value
"temperatureUnitAvailable"

KEY_DISPLAY_MODE_UNIT_AVAILABLE

public static final java.lang.String KEY_DISPLAY_MODE_UNIT_AVAILABLE
Constant Value
"displayModeUnitAvailable"

KEY_MODULE_INFO

public static final java.lang.String KEY_MODULE_INFO
Constant Value
"moduleInfo"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

HMISettingsControlCapabilities()

Constructs a new HMISettingsControlCapabilities object

public HMISettingsControlCapabilities()

HMISettingsControlCapabilities( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

Constructs a new HMISettingsControlCapabilities object indicated by the Hashtable parameter

public HMISettingsControlCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash
The Hashtable to use

HMISettingsControlCapabilities( String moduleName )

public HMISettingsControlCapabilities(String moduleName)

Constructor Parameters

moduleName

Methods

setModuleName( String moduleName )

Sets the moduleName portion of the HMISettingsControlCapabilities class

public com.smartdevicelink.proxy.rpc.HMISettingsControlCapabilities setModuleName(String moduleName)

Method Parameters

moduleName
The short friendly name of the hmi setting module. It should not be used to identify a module by mobile application.

getModuleName()

Gets the moduleName portion of the HMISettingsControlCapabilities class

public java.lang.String getModuleName()

setDistanceUnitAvailable( Boolean distanceUnitAvailable )

Sets the distanceUnitAvailable portion of the HMISettingsControlCapabilities class

public com.smartdevicelink.proxy.rpc.HMISettingsControlCapabilities setDistanceUnitAvailable(Boolean distanceUnitAvailable)

Method Parameters

distanceUnitAvailable
Availability of the control of distance unit.

getDistanceUnitAvailable()

Gets the distanceUnitAvailable portion of the HMISettingsControlCapabilities class

public java.lang.Boolean getDistanceUnitAvailable()

setTemperatureUnitAvailable( Boolean temperatureUnitAvailable )

Sets the temperatureUnitAvailable portion of the HMISettingsControlCapabilities class

public com.smartdevicelink.proxy.rpc.HMISettingsControlCapabilities setTemperatureUnitAvailable(Boolean temperatureUnitAvailable)

Method Parameters

temperatureUnitAvailable
Availability of the control of temperature unit.

getTemperatureUnitAvailable()

Gets the temperatureUnitAvailable portion of the HMISettingsControlCapabilities class

public java.lang.Boolean getTemperatureUnitAvailable()

setDisplayModeUnitAvailable( Boolean displayModeUnitAvailable )

Sets the displayModeUnitAvailable portion of the HMISettingsControlCapabilities class

public com.smartdevicelink.proxy.rpc.HMISettingsControlCapabilities setDisplayModeUnitAvailable(Boolean displayModeUnitAvailable)

Method Parameters

displayModeUnitAvailable
Availability of the control of HMI display mode.

getDisplayModeUnitAvailable()

Gets the displayModeUnitAvailable portion of the HMISettingsControlCapabilities class

public java.lang.Boolean getDisplayModeUnitAvailable()

setModuleInfo( ModuleInfo info )

Sets ModuleInfo for this capability

public com.smartdevicelink.proxy.rpc.HMISettingsControlCapabilities setModuleInfo(ModuleInfo info)

Method Parameters

info
the ModuleInfo to be set

getModuleInfo()

Gets a ModuleInfo of this capability

public com.smartdevicelink.proxy.rpc.ModuleInfo getModuleInfo()

Inherited Methods

From Class Methods
com.smartdevicelink.proxy.RPCStruct getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section