| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.cradle.CradleLed | |
Enumerative representing the Cradle LED identifiers.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CradleLed | MAIN | Main cradle LED. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding LedID value, from a valid integer.
| |||||||||||
Converts the LedID enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Retrieves the corresponding LedID value, from a valid integer.
| id | int |
|---|
Converts the LedID enum to its integer representing value.