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