public enum BcDecodeType extends java.lang.Enum<BcDecodeType>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
int |
value() |
static BcDecodeType |
valueOf(int value) |
static BcDecodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BcDecodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BcDecodeType Unknown
public static final BcDecodeType Composite_CC_A
public static final BcDecodeType Composite_CC_B
public static final BcDecodeType Korean_3_of_5
public static final BcDecodeType ISSN
public static final BcDecodeType ISBT_128_Concatenation
public static final BcDecodeType ISBT_128
public static final BcDecodeType Code_39
public static final BcDecodeType Italian_Pharmacode
public static final BcDecodeType French_Pharmacode
public static final BcDecodeType Interleaved_2_of_5
public static final BcDecodeType Matrix_2_of_5
public static final BcDecodeType Codabar
public static final BcDecodeType Code_93
public static final BcDecodeType Code_128
public static final BcDecodeType UPC_E0
public static final BcDecodeType UPC_E0_with_Addon_2
public static final BcDecodeType UPC_E0_with_Addon_5
public static final BcDecodeType EAN8
public static final BcDecodeType EAN8_with_Addon_2
public static final BcDecodeType EAN8_with_Addon_5
public static final BcDecodeType EAN13
public static final BcDecodeType EAN13_with_Addon_2
public static final BcDecodeType EAN13_with_Addon_5
public static final BcDecodeType MSI
public static final BcDecodeType Plessey
public static final BcDecodeType EAN_128
public static final BcDecodeType Telepen
public static final BcDecodeType GS1_DataBar14
public static final BcDecodeType GS1_DataBarLimited
public static final BcDecodeType GS1_DataBarExpanded
public static final BcDecodeType UPC_A
public static final BcDecodeType UPC_A_with_Addon_2
public static final BcDecodeType UPC_A_with_Addon_5
public static final BcDecodeType UPC_E1
public static final BcDecodeType UPC_E1_with_Addon_2
public static final BcDecodeType UPC_E1_with_Addon_5
public static final BcDecodeType TLC_39
public static final BcDecodeType Trioptic_Code_39
public static final BcDecodeType Bookland
public static final BcDecodeType Code_11
public static final BcDecodeType Code_39_Full_ASCII
public static final BcDecodeType IATA25
public static final BcDecodeType Industrial_2_of_5
public static final BcDecodeType PDF417
public static final BcDecodeType Micro_PDF
public static final BcDecodeType Data_Matrix
public static final BcDecodeType Maxicode
public static final BcDecodeType QR_Code
public static final BcDecodeType US_Postnet
public static final BcDecodeType US_Planet
public static final BcDecodeType UK_Postal
public static final BcDecodeType Japan_Postal
public static final BcDecodeType Australian_Postal
public static final BcDecodeType Dutch_Postal
public static final BcDecodeType Composite_CC_C
public static final BcDecodeType Macro_PDF
public static final BcDecodeType Coupon_Code
public static final BcDecodeType Chinese_2_of_5
public static final BcDecodeType Aztec
public static final BcDecodeType Micro_QR_Code
public static final BcDecodeType USPS_4CB_One_Code_Intelligent_Mail
public static final BcDecodeType UPU_FICS_Postal
public static final BcDecodeType Macro_Micro_PDF417
public static BcDecodeType[] values()
for (BcDecodeType c : BcDecodeType.values()) System.out.println(c);
public static BcDecodeType 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 int getValue()
public static BcDecodeType valueOf(int value)
public int value()