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