java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.cradle.InsertionState |
Enumerative representing an insertion state depending on the device's position.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InsertionState | DEVICE_INSERTION_NOT_SUPPORTED | Device insertion into the Cradle are not supported. | |||||||||
InsertionState | EXTRACTED | Device has been extracted from the Cradle. | |||||||||
InsertionState | INSERTED_CORRECTLY | Device is correctly inserted into the Cradle. | |||||||||
InsertionState | INSERTED_WRONGLY | Device has been wrongly inserted into the Cradle. | |||||||||
InsertionState | INSERTION_UNKNOWN | Unknown Device state related to Cradle. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding InsertionState value, from a valid integer.
| |||||||||||
Converts the InsertionState enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Device insertion into the Cradle are not supported.
Device has been extracted from the Cradle.
Device is correctly inserted into the Cradle.
Device has been wrongly inserted into the Cradle.
Unknown Device state related to Cradle.
Retrieves the corresponding InsertionState value, from a valid integer.
n | int |
---|
Converts the InsertionState enum to its integer representing value.