public enum ReportConfigType extends Enum<ReportConfigType>
| Enum Constant and Description |
|---|
GSH
report that gets data from GSH
|
SQL
report that gets data from SQL
|
| Modifier and Type | Method and Description |
|---|---|
abstract GrouperReportData |
retrieveReportDataByConfig(GrouperReportConfigurationBean grouperReportConfigurationBean,
GrouperReportInstance grouperReportInstance)
get the data from a report
|
static ReportConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportConfigType |
valueOfIgnoreCase(String string,
boolean exceptionIfBlank)
do a case-insensitive matching
|
static ReportConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConfigType GSH
public static final ReportConfigType SQL
public static ReportConfigType[] values()
for (ReportConfigType c : ReportConfigType.values()) System.out.println(c);
public static ReportConfigType 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 GrouperReportData retrieveReportDataByConfig(GrouperReportConfigurationBean grouperReportConfigurationBean, GrouperReportInstance grouperReportInstance)
grouperReportConfigurationBean - public static ReportConfigType valueOfIgnoreCase(String string, boolean exceptionIfBlank)
string - exceptionIfBlank - Copyright © 2016 Internet2. All rights reserved.