public static enum BarcodeUtility.ModuleType extends java.lang.Enum<BarcodeUtility.ModuleType>
Enum Constant and Description |
---|
AUTOMATIC_ADAPTATION |
BARCODE_1D |
BARCODE_2D |
BARCODE_2D_H |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BarcodeUtility.ModuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarcodeUtility.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarcodeUtility.ModuleType BARCODE_1D
public static final BarcodeUtility.ModuleType BARCODE_2D_H
public static final BarcodeUtility.ModuleType BARCODE_2D
public static final BarcodeUtility.ModuleType AUTOMATIC_ADAPTATION
public static BarcodeUtility.ModuleType[] values()
for (BarcodeUtility.ModuleType c : BarcodeUtility.ModuleType.values()) System.out.println(c);
public static BarcodeUtility.ModuleType 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()