public class LocalDeviceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
ACCELEROMETER |
static short |
BAROMETER |
static short |
GLONASS |
static short |
GPS |
static short |
GPS_GLONASS |
static short |
INVALID |
static short |
SENSOR_HUB |
static short |
TEMPERATURE |
static short |
WHR |
Constructor and Description |
---|
LocalDeviceType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value
|
static java.lang.Short |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final short GPS
public static final short GLONASS
public static final short GPS_GLONASS
public static final short ACCELEROMETER
public static final short BAROMETER
public static final short TEMPERATURE
public static final short WHR
public static final short SENSOR_HUB
public static final short INVALID
public static java.lang.String getStringFromValue(java.lang.Short value)
value
- The enum constantpublic static java.lang.Short getValueFromString(java.lang.String value)
value
- The enum string value