public enum BcrSupported extends java.lang.Enum<BcrSupported>
Enum Constant and Description |
---|
HONEYWELL_N3680
Honeywell N3680 OEM scanner
|
NUMA
NUMA 1-D barcode scanner
|
Modifier and Type | Method and Description |
---|---|
static BcrSupported |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BcrSupported[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BcrSupported NUMA
public static final BcrSupported HONEYWELL_N3680
public static BcrSupported[] values()
for (BcrSupported c : BcrSupported.values()) System.out.println(c);
public static BcrSupported 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