Class DeviceSetting

java.lang.Object
com.medm.devicekit.DeviceSetting
All Implemented Interfaces:
android.os.Parcelable

public class DeviceSetting extends Object implements android.os.Parcelable
Represents setting as its kind and fixed array of possible string values. You can get current selected value by using getValue() or getValueIndex() and set value by using selectValueWithIndex(int)}