public enum DecodeUpcEanJanSupplementals extends java.lang.Enum<DecodeUpcEanJanSupplementals> implements IEnumType
Enum Constant and Description |
---|
Autodiscriminate
the decoder decodes UPC/EAN symbols
with supplemental characters immediately.
|
Decode
the decoder only decodes UPC/EAN symbols with
supplemental characters, and ignores symbols without supplementals.
|
Enable378_378 |
Enable414_419_434_439 |
Enable491 |
Enable977 |
Enable978_979 |
EnableSmart
Enable Smart Supplemental Mode - applies to EAN-13 bar codes starting with any prefix listed
previously.
|
Ignore
decoder is presented with a UPC/EAN
plus supplemental symbol, the decoder decodes UPC/EAN and ignores the supplemental characters.
|
SmartSupplementalPlusUserProgrammable1
Smart Supplemental Plus User-Programmable 1 - applies to EAN-13 bar codes starting with any
prefix listed previously or the user-defined prefix set using User-Programmable Supplementals.
|
SmartSupplementalPlusUserProgrammable1_2
Smart Supplemental Plus User-Programmable 1 and 2 - applies to EAN-13 bar codes starting with
any prefix listed previously or one of the two user-defined prefixes set using User-Programmable
Supplementals.
|
SupplementalUserProgrammableType1
Supplemental User-Programmable Type 1 - applies to EAN-13 bar codes starting with a 3-digit
user-defined prefix.
|
SupplementalUserProgrammableType1_2
Supplemental User-Programmable Type 1 and 2 - applies to EAN-13 bar codes starting with either
of two 3-digit user-defined prefixes.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static DecodeUpcEanJanSupplementals |
valueOf(int code) |
static DecodeUpcEanJanSupplementals |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecodeUpcEanJanSupplementals[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecodeUpcEanJanSupplementals Ignore
public static final DecodeUpcEanJanSupplementals Decode
public static final DecodeUpcEanJanSupplementals Autodiscriminate
public static final DecodeUpcEanJanSupplementals EnableSmart
public static final DecodeUpcEanJanSupplementals Enable378_378
public static final DecodeUpcEanJanSupplementals Enable978_979
public static final DecodeUpcEanJanSupplementals Enable414_419_434_439
public static final DecodeUpcEanJanSupplementals Enable977
public static final DecodeUpcEanJanSupplementals Enable491
public static final DecodeUpcEanJanSupplementals SupplementalUserProgrammableType1
public static final DecodeUpcEanJanSupplementals SupplementalUserProgrammableType1_2
public static final DecodeUpcEanJanSupplementals SmartSupplementalPlusUserProgrammable1
public static final DecodeUpcEanJanSupplementals SmartSupplementalPlusUserProgrammable1_2
public static DecodeUpcEanJanSupplementals[] values()
for (DecodeUpcEanJanSupplementals c : DecodeUpcEanJanSupplementals.values()) System.out.println(c);
public static DecodeUpcEanJanSupplementals 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<DecodeUpcEanJanSupplementals>
public static DecodeUpcEanJanSupplementals valueOf(int code)