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