public final enum

DeviceType

extends Enum<DeviceType>
implements Parcelable
java.lang.Object
   ↳ java.lang.Enum<masonamerica.platform.bleperipheral.DeviceType>
     ↳ masonamerica.platform.bleperipheral.DeviceType

Summary

Enum Values
DeviceType  BLOODPRESSUREMONITOR   
DeviceType  GLUCOSEMETER   
DeviceType  PULSEOXIMETER   
DeviceType  THERMOMETER   
DeviceType  UNKNOWN   
DeviceType  WEIGHTSCALE   
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<DeviceType> CREATOR
Public Methods
int describeContents()
String getName()
static DeviceType valueOf(String name)
final static DeviceType[] values()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface android.os.Parcelable

Enum Values

public static final DeviceType BLOODPRESSUREMONITOR

public static final DeviceType GLUCOSEMETER

public static final DeviceType PULSEOXIMETER

public static final DeviceType THERMOMETER

public static final DeviceType UNKNOWN

public static final DeviceType WEIGHTSCALE

Fields

public static final Creator<DeviceType> CREATOR

Public Methods

public int describeContents ()

Returns
int

public String getName ()

Returns
String

public static DeviceType valueOf (String name)

Parameters
name String
Returns
DeviceType

public static final DeviceType[] values ()

Returns
DeviceType[]

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int