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