public static enum NIVision.DataMatrixDemodulationMode extends java.lang.Enum<NIVision.DataMatrixDemodulationMode>
Enum Constant and Description |
---|
ALL_DEMODULATION_MODES |
AUTO_DETECT_DEMODULATION_MODE |
COMBINED |
HISTOGRAM |
LOCAL_CONTRAST |
Modifier and Type | Method and Description |
---|---|
static NIVision.DataMatrixDemodulationMode |
fromValue(int val) |
int |
getValue() |
static NIVision.DataMatrixDemodulationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.DataMatrixDemodulationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.DataMatrixDemodulationMode AUTO_DETECT_DEMODULATION_MODE
public static final NIVision.DataMatrixDemodulationMode HISTOGRAM
public static final NIVision.DataMatrixDemodulationMode LOCAL_CONTRAST
public static final NIVision.DataMatrixDemodulationMode COMBINED
public static final NIVision.DataMatrixDemodulationMode ALL_DEMODULATION_MODES
public static NIVision.DataMatrixDemodulationMode[] values()
for (NIVision.DataMatrixDemodulationMode c : NIVision.DataMatrixDemodulationMode.values()) System.out.println(c);
public static NIVision.DataMatrixDemodulationMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static NIVision.DataMatrixDemodulationMode fromValue(int val)
public int getValue()