| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.UnlockKeyPolicy | |
Enumerative representing the Policy to unlock the Cradle.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UnlockKeyPolicy | UNLOCK_KEY_POLICY_DISABLED | Unlock key notification feature is DISABLED. | |||||||||
| UnlockKeyPolicy | UNLOCK_KEY_POLICY_ENABLED | Unlock key notification feature is ENABLED. | |||||||||
| UnlockKeyPolicy | UNLOCK_KEY_POLICY_NOT_SUPPORTED | Unlock key policy not supported. | |||||||||
| UnlockKeyPolicy | UNLOCK_KEY_POLICY_UNKNOWN | Unknown unlock key policy. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding UnlockKeyPolicy value, from a valid integer.
| |||||||||||
Converts the UnlockKeyPolicy enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Unlock key notification feature is DISABLED.
Unlock key notification feature is ENABLED.
Unlock key policy not supported.
Unknown unlock key policy.
Retrieves the corresponding UnlockKeyPolicy value, from a valid integer.
| n | int |
|---|
Converts the UnlockKeyPolicy enum to its integer representing value.