@Deprecated public static enum ProfileConfig.COUPON_REPORT extends java.lang.Enum<ProfileConfig.COUPON_REPORT>
Example Usage: COUPON_REPORT.DEFAULT;
| Enum Constant and Description | 
|---|
BOTH
Deprecated.  
Scanner will read both old coupon format as well as the new GS1 DataBar coupon format 
 | 
DEFAULT
Deprecated.  
Default coupon reports mode configured on device 
 | 
NEW
Deprecated.  
Scanner will read only the new GS1 DataBar coupon format 
 | 
OLD
Deprecated.  
Scanner will read only the old coupon format 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ProfileConfig.COUPON_REPORT | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static ProfileConfig.COUPON_REPORT[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ProfileConfig.COUPON_REPORT DEFAULT
public static final ProfileConfig.COUPON_REPORT OLD
public static final ProfileConfig.COUPON_REPORT NEW
public static final ProfileConfig.COUPON_REPORT BOTH
public static ProfileConfig.COUPON_REPORT[] values()
for (ProfileConfig.COUPON_REPORT c : ProfileConfig.COUPON_REPORT.values()) System.out.println(c);
public static ProfileConfig.COUPON_REPORT 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