Defines scanner device identifier.
@Deprecated public static enum SimulScanManager.DeviceIdentifier extends java.lang.Enum<SimulScanManager.DeviceIdentifier>
Enum Constant and Description |
---|
DEFAULT
Deprecated.
The scanner device is selected based on the template if the scanning device is specified in the template otherwise uses default scanner.
|
INTERNAL_CAMERA1
Deprecated.
Use the internal camera
|
INTERNAL_IMAGER1
Deprecated.
Use the internal imager
|
Modifier and Type | Method and Description |
---|---|
static SimulScanManager.DeviceIdentifier |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SimulScanManager.DeviceIdentifier[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulScanManager.DeviceIdentifier DEFAULT
public static final SimulScanManager.DeviceIdentifier INTERNAL_CAMERA1
public static final SimulScanManager.DeviceIdentifier INTERNAL_IMAGER1
public static SimulScanManager.DeviceIdentifier[] values()
for (SimulScanManager.DeviceIdentifier c : SimulScanManager.DeviceIdentifier.values()) System.out.println(c);
public static SimulScanManager.DeviceIdentifier valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null