public static enum ScannerConfig.GS1LimitedSecurityLevel extends java.lang.Enum<ScannerConfig.GS1LimitedSecurityLevel>
| Enum Constant and Description |
|---|
LEVEL_1
No clear margin required.
|
LEVEL_2
Automatic risk detection.
|
LEVEL_3
Security level reflects newly proposed GS1 standard that requires a 5 times trailing clear margin.
|
LEVEL_4
Security level extends beyond the standard required by GS1.
|
| Modifier and Type | Method and Description |
|---|---|
static ScannerConfig.GS1LimitedSecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScannerConfig.GS1LimitedSecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScannerConfig.GS1LimitedSecurityLevel LEVEL_1
public static final ScannerConfig.GS1LimitedSecurityLevel LEVEL_2
public static final ScannerConfig.GS1LimitedSecurityLevel LEVEL_3
public static final ScannerConfig.GS1LimitedSecurityLevel LEVEL_4
public static ScannerConfig.GS1LimitedSecurityLevel[] values()
for (ScannerConfig.GS1LimitedSecurityLevel c : ScannerConfig.GS1LimitedSecurityLevel.values()) System.out.println(c);
public static ScannerConfig.GS1LimitedSecurityLevel 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