public static enum CodeScanner.ReaderType extends java.lang.Enum<CodeScanner.ReaderType>
| Modifier and Type | Method and Description |
|---|---|
static CodeScanner.ReaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeScanner.ReaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeScanner.ReaderType multi
public static final CodeScanner.ReaderType bar
public static final CodeScanner.ReaderType qr
public static CodeScanner.ReaderType[] values()
for (CodeScanner.ReaderType c : CodeScanner.ReaderType.values()) System.out.println(c);
public static CodeScanner.ReaderType 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 nullCopyright © 2011–2021. All rights reserved.