endrov.hardware
Class DevicePropertyType
java.lang.Object
endrov.hardware.DevicePropertyType
public class DevicePropertyType
- extends java.lang.Object
Hardware device property type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readOnly
public boolean readOnly
isBoolean
public boolean isBoolean
isString
public boolean isString
categories
public java.util.TreeSet<java.lang.String> categories
hasRange
public boolean hasRange
rangeLower
public double rangeLower
rangeUpper
public double rangeUpper
DevicePropertyType
public DevicePropertyType()
getEditableBooleanState
public static DevicePropertyType getEditableBooleanState()
getEditableStringState
public static DevicePropertyType getEditableStringState()
getEditableIntState
public static DevicePropertyType getEditableIntState()
getEditableIntState
public static DevicePropertyType getEditableIntState(int min,
int max)
getEditableIntState
public static DevicePropertyType getEditableIntState(int[] state)
getEditableCategoryState
public static DevicePropertyType getEditableCategoryState(java.lang.String[] stateName)