public enum PropertyID extends java.lang.Enum<PropertyID>
| Modifier and Type | Method and Description | 
|---|---|
PropertyDataType | 
getDataType()  | 
short | 
getValue()  | 
static PropertyID | 
of(short value)  | 
static PropertyID | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PropertyID[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PropertyID PROXIMITY_UUID
public static final PropertyID MAJOR
public static final PropertyID MINOR
public static final PropertyID NAME
public static final PropertyID BEACON_ID
public static final PropertyID REF_TX_1M
public static final PropertyID NAMESPACE_ID
public static final PropertyID INSTANCE_ID
public static final PropertyID URL
public static final PropertyID REF_TX_0M
public static final PropertyID INTERVAL
public static final PropertyID SET_PASSWORD
public static final PropertyID SHUFFLE_INTERVAL
public static final PropertyID ACTIVE_PROFILE
public static final PropertyID TX_POWER
public static final PropertyID EDDY_EID_SCALER
public static final PropertyID BEACON_PACKETS_MASK
public static final PropertyID POWER_SAVER_FEATURES_MASK
public static final PropertyID MOVE_SUSPEND_TIMEOUT
public static final PropertyID LIGHT_SENSOR_THRESHOLD
public static final PropertyID LIGHT_SENSOR_HIST
public static final PropertyID LIGHT_SENSOR_SAMPLING_INTERVAL
public static final PropertyID TEMPERATURE_OFFSET
public static final PropertyID WIFI_SSID
public static final PropertyID WIFI_USER
public static final PropertyID WIFI_PASS
public static final PropertyID WIFI_PROTOCOL
public static final PropertyID API_KEY
public static final PropertyID TERMINATING
public static PropertyID[] values()
for (PropertyID c : PropertyID.values()) System.out.println(c);
public static PropertyID valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic short getValue()
public PropertyDataType getDataType()
public static PropertyID of(short value)