public static enum QrCode.Info.Status extends java.lang.Enum<QrCode.Info.Status>
Enum Constant and Description |
---|
ERR_ALIGNMENTS |
ERR_FORMAT_INFO |
ERR_POSITIONING |
ERR_UNRECOVERABLE_CODEWORDS |
ERR_VERSION_INFO |
SCAN_OK |
UNSUPPORTED_ENCODE_MODE |
Modifier and Type | Method and Description |
---|---|
static QrCode.Info.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QrCode.Info.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QrCode.Info.Status SCAN_OK
public static final QrCode.Info.Status ERR_POSITIONING
public static final QrCode.Info.Status ERR_VERSION_INFO
public static final QrCode.Info.Status ERR_ALIGNMENTS
public static final QrCode.Info.Status ERR_FORMAT_INFO
public static final QrCode.Info.Status ERR_UNRECOVERABLE_CODEWORDS
public static final QrCode.Info.Status UNSUPPORTED_ENCODE_MODE
public static QrCode.Info.Status[] values()
for (QrCode.Info.Status c : QrCode.Info.Status.values()) System.out.println(c);
public static QrCode.Info.Status 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 null