public static enum ProcessingResult.ReportSummary extends Enum<ProcessingResult.ReportSummary>
| Enum Constant and Description |
|---|
ERROR_IN_REPORT |
REPORT_SUCCEED |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingResult.ReportSummary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingResult.ReportSummary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingResult.ReportSummary REPORT_SUCCEED
public static final ProcessingResult.ReportSummary ERROR_IN_REPORT
public static ProcessingResult.ReportSummary[] values()
for (ProcessingResult.ReportSummary c : ProcessingResult.ReportSummary.values()) System.out.println(c);
public static ProcessingResult.ReportSummary 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 © 2015–2016 The veraPDF Consortium. All rights reserved.