public static enum PDFCosParseException.CosParseErrorType extends Enum<PDFCosParseException.CosParseErrorType>
| Enum Constant and Description |
|---|
NumberParseError |
| Modifier and Type | Method and Description |
|---|---|
static PDFCosParseException.CosParseErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFCosParseException.CosParseErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFCosParseException.CosParseErrorType NumberParseError
public static PDFCosParseException.CosParseErrorType[] values()
for (PDFCosParseException.CosParseErrorType c : PDFCosParseException.CosParseErrorType.values()) System.out.println(c);
public static PDFCosParseException.CosParseErrorType 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved