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