Uses of Enum Class
edu.internet2.middleware.grouper.app.reports.ReportConfigFormat
Packages that use ReportConfigFormat
-
Uses of ReportConfigFormat in edu.internet2.middleware.grouper.app.reports
Methods in edu.internet2.middleware.grouper.app.reports that return ReportConfigFormatModifier and TypeMethodDescriptionGrouperReportConfigurationBean.getReportConfigFormat()
format of report e.g.static ReportConfigFormat
Returns the enum constant of this class with the specified name.static ReportConfigFormat
ReportConfigFormat.valueOfIgnoreCase
(String string, boolean exceptionIfBlank) do a case-insensitive matchingstatic ReportConfigFormat[]
ReportConfigFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.app.reports with parameters of type ReportConfigFormatModifier and TypeMethodDescriptionvoid
GrouperReportConfigurationBean.setReportConfigFormat
(ReportConfigFormat reportConfigFormat1) format of report e.g.