public static enum ScanService.RecognitionType extends Enum<ScanService.RecognitionType>
| Enum Constant and Description |
|---|
AUTODETECT |
DATAMATRIX |
OBJPIC |
ONEDBARCODE |
QRCODE |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_QUERY_PARAM_KEY |
| Modifier and Type | Method and Description |
|---|---|
QueryParamValue |
getQueryParam() |
static ScanService.RecognitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanService.RecognitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanService.RecognitionType ONEDBARCODE
public static final ScanService.RecognitionType QRCODE
public static final ScanService.RecognitionType OBJPIC
public static final ScanService.RecognitionType DATAMATRIX
public static final ScanService.RecognitionType AUTODETECT
public static final String TYPE_QUERY_PARAM_KEY
public static ScanService.RecognitionType[] values()
for (ScanService.RecognitionType c : ScanService.RecognitionType.values()) System.out.println(c);
public static ScanService.RecognitionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic QueryParamValue getQueryParam()
Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.