public enum BudgetConstructionReportMode extends Enum<BudgetConstructionReportMode>
Modifier and Type | Field and Description |
---|---|
boolean |
export |
String |
jasperFileName |
boolean |
lockThreshold |
BCConstants.Report.BuildMode |
reportBuildMode |
String |
reportModeName |
BCConstants.Report.ReportSelectMode |
reportSelectMode |
Modifier and Type | Method and Description |
---|---|
static BudgetConstructionReportMode |
getBudgetConstructionReportModeByName(String reportModeName)
Returns the BudgetConstructionReportMode with name that matches given report mode name.
|
static BudgetConstructionReportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetConstructionReportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BudgetConstructionReportMode ACCOUNT_FUNDING_DETAIL_REPORT
public static final BudgetConstructionReportMode ACCOUNT_OBJECT_DETAIL_REPORT
public static final BudgetConstructionReportMode ACCOUNT_SUMMARY_REPORT
public static final BudgetConstructionReportMode LEVEL_SUMMARY_REPORT
public static final BudgetConstructionReportMode MONTH_SUMMARY_REPORT
public static final BudgetConstructionReportMode OBJECT_SUMMARY_REPORT
public static final BudgetConstructionReportMode POSITION_FUNDING_DETAIL_REPORT
public static final BudgetConstructionReportMode REASON_STATISTICS_REPORT
public static final BudgetConstructionReportMode REASON_SUMMARY_REPORT
public static final BudgetConstructionReportMode SALARY_STATISTICS_REPORT
public static final BudgetConstructionReportMode SALARY_SUMMARY_REPORT
public static final BudgetConstructionReportMode SUBFUND_SUMMARY_REPORT
public static final BudgetConstructionReportMode SYNCHRONIZATION_PROBLEMS_REPORT
public static final BudgetConstructionReportMode TWOPLG_LIST_REPORT
public static final BudgetConstructionReportMode ACCOUNT_EXPORT
public static final BudgetConstructionReportMode MONTHLY_EXPORT
public static final BudgetConstructionReportMode FUNDING_EXPORT
public final String reportModeName
public final BCConstants.Report.BuildMode reportBuildMode
public final BCConstants.Report.ReportSelectMode reportSelectMode
public final String jasperFileName
public final boolean lockThreshold
public final boolean export
public static BudgetConstructionReportMode[] values()
for (BudgetConstructionReportMode c : BudgetConstructionReportMode.values()) System.out.println(c);
public static BudgetConstructionReportMode 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 static BudgetConstructionReportMode getBudgetConstructionReportModeByName(String reportModeName)
reportModeName
- - report name to find BudgetConstructionReportMode forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.