@Deprecated
public class ProfileConfig.DataCapture.Barcode.UpcEanParams
extends java.lang.Object
Example Usage: UpcEanParams upcEanParams = profileConfig.dataCapture.barcode.upcEanParams;
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.ENABLED_STATE | 
bookland
Deprecated.  
Flag to enable Bookland code decoding. 
 | 
ProfileConfig.BOOKLAND_FORMAT | 
bookland_format
Deprecated.  
Specifies the bookland format to use. 
 | 
ProfileConfig.ENABLED_STATE | 
coupon
Deprecated.  
Enables Coupon code decoding. 
 | 
ProfileConfig.COUPON_REPORT | 
coupon_report
Deprecated.  
Used to differentiate between old coupon (UPC/EAN and Code128) and new GS1 DataBar Coupons. 
 | 
ProfileConfig.ENABLED_STATE | 
databar_to_upc_ean
Deprecated.  
If this is set it converts DataBar bar codes to UPC/EAN format. 
 | 
ProfileConfig.ENABLED_STATE | 
ean_zero_extend
Deprecated.  
When enabled, this parameter adds five leading zeros to decoded EAN-8 symbols to make them compatible in format to EAN-13 symbols. 
 | 
ProfileConfig.ENABLED_STATE | 
linear_decode
Deprecated.  
Flag to enable linear decode. 
 | 
ProfileConfig.ENABLED_STATE | 
random_weight_check_digit
Deprecated.  
Flag to enable random weight check digit verification. 
 | 
int | 
retry_count
Deprecated.  
Retry count for auto-discriminating for supplementals. 
 | 
ProfileConfig.SECURITY_LEVEL | 
security_level
Deprecated.  
The scanner of fers four levels of decode security for UPC/EAN bar codes. 
 | 
ProfileConfig.SUPPLEMENTAL_MODE | 
supplemental_mode
Deprecated.  
The supplemental mode. 
 | 
ProfileConfig.ENABLED_STATE | 
supplemental2
Deprecated.  
Flag to enable length 2 supplementals. 
 | 
ProfileConfig.ENABLED_STATE | 
supplemental5
Deprecated.  
Flag to enable length 5 supplementals. 
 | 
public ProfileConfig.SECURITY_LEVEL security_level
ProfileConfig.SECURITY_LEVEL. 
 
 Example Usage: upcEanParams.security_level = SECURITY_LEVEL.DEFAULT;
public ProfileConfig.ENABLED_STATE supplemental2
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.supplemental2 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE supplemental5
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.supplemental5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.SUPPLEMENTAL_MODE supplemental_mode
ProfileConfig.SUPPLEMENTAL_MODE. 
 
 Example Usage: upcEanParams.supplemental_mode = SUPPLEMENTAL_MODE.DEFAULT;
public int retry_count
Example Usage: int retry = upcEanParams.retry_count;
public ProfileConfig.ENABLED_STATE random_weight_check_digit
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.random_weight_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE linear_decode
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.linear_decode = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE bookland
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.bookland = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE coupon
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.coupon = ENABLED_STATE.DEFAULT;
public ProfileConfig.COUPON_REPORT coupon_report
ProfileConfig.COUPON_REPORT. 
 
 Example Usage: upcEanParams.coupon_report = COUPON_REPORT.DEFAULT;
public ProfileConfig.ENABLED_STATE ean_zero_extend
Example Usage: upcEanParams.ean_zero_extend = ENABLED_STATE.DEFAULT;
public ProfileConfig.BOOKLAND_FORMAT bookland_format
ProfileConfig.BOOKLAND_FORMAT. 
 
 Example Usage: upcEanParams.bookland_format = BOOKLAND_FORMAT.DEFAULT;
public ProfileConfig.ENABLED_STATE databar_to_upc_ean
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upcEanParams.databar_to_upc_ean = ENABLED_STATE.DEFAULT;