public static enum PfReportDownloadAction.Parameter extends Enum<PfReportDownloadAction.Parameter>
| Enum Constant and Description |
|---|
MAINREPORT |
REPORT_FILE |
| Modifier and Type | Method and Description |
|---|---|
static PfReportDownloadAction.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PfReportDownloadAction.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PfReportDownloadAction.Parameter MAINREPORT
public static final PfReportDownloadAction.Parameter REPORT_FILE
public static PfReportDownloadAction.Parameter[] values()
for (PfReportDownloadAction.Parameter c : PfReportDownloadAction.Parameter.values()) System.out.println(c);
public static PfReportDownloadAction.Parameter 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 © 2012–2025 cismet GmbH. All rights reserved.