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