public static enum PDFAValidationOptionSpec.ResultLevel extends Enum<PDFAValidationOptionSpec.ResultLevel>
Modifier and Type | Method and Description |
---|---|
static PDFAValidationOptionSpec.ResultLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAValidationOptionSpec.ResultLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAValidationOptionSpec.ResultLevel PASS_FAIL
public static final PDFAValidationOptionSpec.ResultLevel SUMMARY
public static final PDFAValidationOptionSpec.ResultLevel DETAILED
public static PDFAValidationOptionSpec.ResultLevel[] values()
for (PDFAValidationOptionSpec.ResultLevel c : PDFAValidationOptionSpec.ResultLevel.values()) System.out.println(c);
public static PDFAValidationOptionSpec.ResultLevel 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 © 1982–2022 Adobe Systems Inc.. All rights reserved.