| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.cradle.UnlockKeyStatus | |
Enumerative representing the unlock key status.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UnlockKeyStatus | UNLOCK_KEY_STATUS_EXTRACTED | Cradle unlock key extracted. | |||||||||
| UnlockKeyStatus | UNLOCK_KEY_STATUS_INSERTED | Cradle unlock key inserted. | |||||||||
| UnlockKeyStatus | UNLOCK_KEY_STATUS_NOT_SUPPORTED | Cradle unlock key not supported. | |||||||||
| UnlockKeyStatus | UNLOCK_KEY_STATUS_UNKNOWN | Unknown Cradle unlock key status. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding UnlockKeyStatus value, from a valid integer.
| |||||||||||
Converts the UnlockKeyStatus enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Cradle unlock key extracted.
Cradle unlock key inserted.
Cradle unlock key not supported.
Unknown Cradle unlock key status.
Retrieves the corresponding UnlockKeyStatus value, from a valid integer.
| n | int |
|---|
Converts the UnlockKeyStatus enum to its integer representing value.