public static enum ScannerConfig.PoorQualityDecodeEffortLevel extends Enum<ScannerConfig.PoorQualityDecodeEffortLevel>
| Enum Constant and Description | 
|---|
LEVEL_0
Decoding performance on regular 1D and 2D barcodes is not affected. 
 | 
LEVEL_1
The scanner performance on regular 2-D barcodes is impacted while decoding performance on Tesco Thailand barcode and Suppository barcode is improved. 
 | 
LEVEL_2
Same as Level 1. 
 | 
LEVEL_3
Same as Level 1. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScannerConfig.PoorQualityDecodeEffortLevel | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScannerConfig.PoorQualityDecodeEffortLevel[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ScannerConfig.PoorQualityDecodeEffortLevel LEVEL_0
public static final ScannerConfig.PoorQualityDecodeEffortLevel LEVEL_1
public static final ScannerConfig.PoorQualityDecodeEffortLevel LEVEL_2
public static final ScannerConfig.PoorQualityDecodeEffortLevel LEVEL_3
public static ScannerConfig.PoorQualityDecodeEffortLevel[] values()
for (ScannerConfig.PoorQualityDecodeEffortLevel c : ScannerConfig.PoorQualityDecodeEffortLevel.values()) System.out.println(c);
public static ScannerConfig.PoorQualityDecodeEffortLevel 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