| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.InputDevice.Type | |
Enumeration representing the type of input device.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InputDevice.Type | CAMERA | Type for a Camera input device. | |||||||||
| InputDevice.Type | SCANENGINE | Type for a Scan Engine input device. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding Type value from a valid integer.
| |||||||||||
Converts the type to its integer corresponding value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Type for a Scan Engine input device.
Retrieves the corresponding Type value from a valid integer.
| value | Integer to use as input in the conversion. |
|---|
Converts the type to its integer corresponding value.