public enum GS1DataBarLimitedSecurityLevel extends java.lang.Enum<GS1DataBarLimitedSecurityLevel> implements IEnumType
Enum Constant and Description |
---|
Level1
No clear margin required.
|
Level2
Automatic risk detection.
|
Level3
Security level reflects newly proposed GS1 standard that requires a 5X trailing clear margin.
|
Level4
Security level extends beyond the standard required by GS1.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static GS1DataBarLimitedSecurityLevel |
valueOf(int code) |
static GS1DataBarLimitedSecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GS1DataBarLimitedSecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GS1DataBarLimitedSecurityLevel Level1
public static final GS1DataBarLimitedSecurityLevel Level2
public static final GS1DataBarLimitedSecurityLevel Level3
public static final GS1DataBarLimitedSecurityLevel Level4
public static GS1DataBarLimitedSecurityLevel[] values()
for (GS1DataBarLimitedSecurityLevel c : GS1DataBarLimitedSecurityLevel.values()) System.out.println(c);
public static GS1DataBarLimitedSecurityLevel 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 nullpublic java.lang.String toString()
toString
in interface IEnumType
toString
in class java.lang.Enum<GS1DataBarLimitedSecurityLevel>
public static GS1DataBarLimitedSecurityLevel valueOf(int code)