Sony Addon SDK
public class

AccessorySensorType

This project is no longer being supported and will not get any further updates.
extends java.lang.Object
  1. java.lang.Object
  2. com.sonyericsson.extras.liveware.extension.util.sensor.AccessorySensorType

Class Overview

The accessory sensor type represents a sensor type.

Summary

Public Constructors
AccessorySensorType(java.lang.String name, boolean isDelicate, int id)

Create accessory sensor type.

Public Methods
java.lang.String getName()

Get the sensor type name.

boolean isDelicate()

Is the sensor type delicate.

int getId()

Get the type id.

Public Constructors

public AccessorySensorType(java.lang.String name, boolean isDelicate, int id)

Create accessory sensor type.

Parameters
name The name.
isDelicate True if sensor data is delicate.
id The sensor type id.

Public Methods

public java.lang.String getName()

Get the sensor type name.

Returns

See Also

public boolean isDelicate()

Is the sensor type delicate.

Returns

True if delicate.

See Also

public int getId()

Get the type id.

Returns

The type id.