public static enum NIVision.DataMatrixSubtype extends java.lang.Enum<NIVision.DataMatrixSubtype>
Enum Constant and Description |
---|
ALL_DATA_MATRIX_SUBTYPES |
DATA_MATRIX_SUBTYPE_ECC_200 |
DATA_MATRIX_SUBTYPES_ECC_000_ECC_140 |
Modifier and Type | Method and Description |
---|---|
static NIVision.DataMatrixSubtype |
fromValue(int val) |
int |
getValue() |
static NIVision.DataMatrixSubtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.DataMatrixSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.DataMatrixSubtype ALL_DATA_MATRIX_SUBTYPES
public static final NIVision.DataMatrixSubtype DATA_MATRIX_SUBTYPES_ECC_000_ECC_140
public static final NIVision.DataMatrixSubtype DATA_MATRIX_SUBTYPE_ECC_200
public static NIVision.DataMatrixSubtype[] values()
for (NIVision.DataMatrixSubtype c : NIVision.DataMatrixSubtype.values()) System.out.println(c);
public static NIVision.DataMatrixSubtype 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.DataMatrixSubtype fromValue(int val)
public int getValue()