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