public static enum BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag extends java.lang.Enum<BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag>
| Enum Constant and Description |
|---|
symbolConformsToIndustriyStandard |
symbolConformsToUCC_EANCode |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag |
valueOf(short code) |
static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag symbolConformsToUCC_EANCode
public static final BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag symbolConformsToIndustriyStandard
public static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag[] values()
for (BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag c : BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag.values()) System.out.println(c);
public static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag 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 static BDA_BarCodeData.ParametersDataQRCode_2D.SpecialFunctionFlag valueOf(short code)
public int toByte()