public enum ReportConfigFormat extends Enum<ReportConfigFormat>
| Enum Constant and Description |
|---|
CSV
format of report in comma separated values
|
FILE
format a file
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
formatReport(GrouperReportData grouperReportData,
GrouperReportInstance grouperReportInstance)
format report data into a file
|
static ReportConfigFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportConfigFormat |
valueOfIgnoreCase(String string,
boolean exceptionIfBlank)
do a case-insensitive matching
|
static ReportConfigFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConfigFormat CSV
public static final ReportConfigFormat FILE
public static ReportConfigFormat[] values()
for (ReportConfigFormat c : ReportConfigFormat.values()) System.out.println(c);
public static ReportConfigFormat 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 nullpublic abstract void formatReport(GrouperReportData grouperReportData, GrouperReportInstance grouperReportInstance)
grouperReportData - grouperReportInstance - public static ReportConfigFormat valueOfIgnoreCase(String string, boolean exceptionIfBlank)
string - exceptionIfBlank - Copyright © 2016 Internet2. All rights reserved.