public static enum SimulScanManager.DeviceIdentifier extends Enum<SimulScanManager.DeviceIdentifier>
Enum Constant and Description |
---|
DEFAULT
The scanner device is selected based on the template if the scanning device is specified in the template otherwise uses default scanner.
|
INTERNAL_CAMERA1
Use the internal camera
|
INTERNAL_IMAGER1
Use the internal imager
|
Modifier and Type | Method and Description |
---|---|
static SimulScanManager.DeviceIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulScanManager.DeviceIdentifier[] |
values()
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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null