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