public static enum NIVision.QRModelType extends Enum<NIVision.QRModelType>
| Enum Constant and Description |
|---|
QR_MODELTYPE_AUTO_DETECT |
QR_MODELTYPE_MICRO |
QR_MODELTYPE_MODEL1 |
QR_MODELTYPE_MODEL2 |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.QRModelType |
fromValue(int val) |
int |
getValue() |
static NIVision.QRModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.QRModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.QRModelType QR_MODELTYPE_AUTO_DETECT
public static final NIVision.QRModelType QR_MODELTYPE_MICRO
public static final NIVision.QRModelType QR_MODELTYPE_MODEL1
public static final NIVision.QRModelType QR_MODELTYPE_MODEL2
public static NIVision.QRModelType[] values()
for (NIVision.QRModelType c : NIVision.QRModelType.values()) System.out.println(c);
public static NIVision.QRModelType 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 static NIVision.QRModelType fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.