com.adobe.xfa.pmp.adobepdf417pmp
Enum PDF417EncoderErrorCode
java.lang.Object
java.lang.Enum<PDF417EncoderErrorCode>
com.adobe.xfa.pmp.adobepdf417pmp.PDF417EncoderErrorCode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PDF417EncoderErrorCode>
public enum PDF417EncoderErrorCode
- extends java.lang.Enum<PDF417EncoderErrorCode>
PDF417 Error codes
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UNKNOWN
public static final PDF417EncoderErrorCode UNKNOWN
MESSAGE_TOO_BIG
public static final PDF417EncoderErrorCode MESSAGE_TOO_BIG
IMAGE_TOO_SMALL
public static final PDF417EncoderErrorCode IMAGE_TOO_SMALL
TOO_MANY_ROWS
public static final PDF417EncoderErrorCode TOO_MANY_ROWS
TOO_MANY_COLS
public static final PDF417EncoderErrorCode TOO_MANY_COLS
SYMBOL_TOO_BIG
public static final PDF417EncoderErrorCode SYMBOL_TOO_BIG
RESOLUTION
public static final PDF417EncoderErrorCode RESOLUTION
ECC
public static final PDF417EncoderErrorCode ECC
WIDTH
public static final PDF417EncoderErrorCode WIDTH
HEIGHT
public static final PDF417EncoderErrorCode HEIGHT
XSYMWIDTH
public static final PDF417EncoderErrorCode XSYMWIDTH
XSYMHEIGHT
public static final PDF417EncoderErrorCode XSYMHEIGHT
NCODEWORDROW
public static final PDF417EncoderErrorCode NCODEWORDROW
NCODEWORDCOL
public static final PDF417EncoderErrorCode NCODEWORDCOL
values
public static PDF417EncoderErrorCode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PDF417EncoderErrorCode c : PDF417EncoderErrorCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PDF417EncoderErrorCode valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<PDF417EncoderErrorCode>
© 2005 Adobe Systems Incorporated. All Rights Reserved.