public enum PropertyName extends java.lang.Enum<PropertyName>
Modifier and Type | Method and Description |
---|---|
static PropertyName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyName PROXIMITY_UUID
public static final PropertyName MAJOR
public static final PropertyName MINOR
public static final PropertyName NAME
public static final PropertyName BEACON_ID
public static final PropertyName REF_TX_1M
public static final PropertyName NAMESPACE_ID
public static final PropertyName INSTANCE_ID
public static final PropertyName URL
public static final PropertyName REF_TX_0M
public static final PropertyName INTERVAL
public static final PropertyName SET_PASSWORD
public static final PropertyName SHUFFLE_INTERVAL
public static final PropertyName ACTIVE_PROFILE
public static final PropertyName TX_POWER
public static final PropertyName EDDY_EID_SCALER
public static final PropertyName BEACON_PACKETS_MASK
public static final PropertyName POWER_SAVER_FEATURES_MASK
public static final PropertyName MOVE_SUSPEND_TIMEOUT
public static final PropertyName LIGHT_SENSOR_THRESHOLD
public static final PropertyName LIGHT_SENSOR_HIST
public static final PropertyName LIGHT_SENSOR_SAMPLING_INTERVAL
public static final PropertyName TEMPERATURE_OFFSET
public static final PropertyName WIFI_SSID
public static final PropertyName WIFI_USER
public static final PropertyName WIFI_PASS
public static final PropertyName WIFI_PROTOCOL
public static final PropertyName API_KEY
public static final PropertyName TERMINATING
public static final PropertyName CUSTOM
public static PropertyName[] values()
for (PropertyName c : PropertyName.values()) System.out.println(c);
public static PropertyName 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 null