|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SensorDeviceIdentifier>
de.unikassel.android.sdcframework.devices.facade.SensorDeviceIdentifier
public enum SensorDeviceIdentifier
Identifiers for all known sensor device types.
The sensor identifiers will be used for internal sensor identification as
well as to identify the source device of
collected samples.
Enum Constant Summary | |
---|---|
Accelerometer
accelerometer sensor. |
|
Audio
Virtual device to transport recorded sound files. |
|
Bluetooth
Android Bluetooth device. |
|
CDMA
CDMA (Code Division Multiple Access). |
|
GPS
GPS device. |
|
GSM
GSM (Global System for Mobile Communications). |
|
Gyroscope
gyroscope sensor. |
|
Light
light sensor. |
|
MagneticField
magnetic field sensor. |
|
NetworkLocation
Virtual network location device ( based on cell of wlan location information ). |
|
Orientation
orientation sensor. |
|
Pressure
pressure sensor. |
|
Proximity
proximity sensor. |
|
Tags
Virtual device to transport one or more tags. |
|
Temperature
temperature sensor. |
|
TimeSyncStateChanges
Virtual device to transport the time provider synchronization state changes. |
|
Twitter
Sensor polling a provider for collected Twitter samples. |
|
Unknown
unknown device |
|
Wifi
Android Wifi device. |
Method Summary | |
---|---|
static SensorDeviceIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SensorDeviceIdentifier[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SensorDeviceIdentifier Accelerometer
public static final SensorDeviceIdentifier Gyroscope
public static final SensorDeviceIdentifier Light
public static final SensorDeviceIdentifier MagneticField
public static final SensorDeviceIdentifier Orientation
public static final SensorDeviceIdentifier Pressure
public static final SensorDeviceIdentifier Proximity
public static final SensorDeviceIdentifier Temperature
public static final SensorDeviceIdentifier Wifi
public static final SensorDeviceIdentifier Bluetooth
public static final SensorDeviceIdentifier GPS
public static final SensorDeviceIdentifier NetworkLocation
public static final SensorDeviceIdentifier GSM
public static final SensorDeviceIdentifier CDMA
public static final SensorDeviceIdentifier Twitter
public static final SensorDeviceIdentifier Audio
public static final SensorDeviceIdentifier Tags
public static final SensorDeviceIdentifier TimeSyncStateChanges
public static final SensorDeviceIdentifier Unknown
Method Detail |
---|
public static SensorDeviceIdentifier[] values()
for (SensorDeviceIdentifier c : SensorDeviceIdentifier.values()) System.out.println(c);
public static SensorDeviceIdentifier valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |