public enum DataMatrixEncoderErrorCode extends Enum<DataMatrixEncoderErrorCode>
| Enum Constant and Description |
|---|
HEIGHT |
IMAGE_TOO_SMALL |
MATRIX_NOT_SUPPORTED |
MESSAGE_TOO_BIG |
RESOLUTION |
SYMBOL_SIZE |
UNKNOWN |
WIDTH |
XSYMWIDTH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataMatrixEncoderErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataMatrixEncoderErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataMatrixEncoderErrorCode UNKNOWN
public static final DataMatrixEncoderErrorCode MESSAGE_TOO_BIG
public static final DataMatrixEncoderErrorCode IMAGE_TOO_SMALL
public static final DataMatrixEncoderErrorCode RESOLUTION
public static final DataMatrixEncoderErrorCode WIDTH
public static final DataMatrixEncoderErrorCode HEIGHT
public static final DataMatrixEncoderErrorCode XSYMWIDTH
public static final DataMatrixEncoderErrorCode SYMBOL_SIZE
public static final DataMatrixEncoderErrorCode MATRIX_NOT_SUPPORTED
public static DataMatrixEncoderErrorCode[] values()
for (DataMatrixEncoderErrorCode c : DataMatrixEncoderErrorCode.values()) System.out.println(c);
public static DataMatrixEncoderErrorCode 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 String toString()
toString in class Enum<DataMatrixEncoderErrorCode>Copyright © 2010 - 2020 Adobe. All Rights Reserved