public static enum ScanService.ScanMethod extends Enum<ScanService.ScanMethod>
| Enum Constant and Description |
|---|
OBJPIC |
ONEDBARCODE |
QRCODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryParam() |
static ScanService.ScanMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanService.ScanMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanService.ScanMethod QRCODE
public static final ScanService.ScanMethod ONEDBARCODE
public static final ScanService.ScanMethod OBJPIC
public static ScanService.ScanMethod[] values()
for (ScanService.ScanMethod c : ScanService.ScanMethod.values()) System.out.println(c);
public static ScanService.ScanMethod 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 String getQueryParam()
Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.