public enum BudgetPrintType extends Enum<BudgetPrintType>
| Enum Constant and Description |
|---|
BUDGET_COST_SHARE_SUMMARY_REPORT |
BUDGET_CUMULATIVE_REPORT |
BUDGET_SALARY_REPORT |
BUDGET_SUMMARY_REPORT |
BUDGET_SUMMARY_TOTAL_REPORT |
BUDGET_TOTAL_REPORT |
INDUSTRIAL_BUDGET_REPORT |
INDUSTRIAL_CUMULATIVE_BUDGET_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getBudgetPrintType() |
static BudgetPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BudgetPrintType BUDGET_SUMMARY_REPORT
public static final BudgetPrintType BUDGET_COST_SHARE_SUMMARY_REPORT
public static final BudgetPrintType INDUSTRIAL_CUMULATIVE_BUDGET_REPORT
public static final BudgetPrintType BUDGET_SALARY_REPORT
public static final BudgetPrintType BUDGET_TOTAL_REPORT
public static final BudgetPrintType BUDGET_SUMMARY_TOTAL_REPORT
public static final BudgetPrintType BUDGET_CUMULATIVE_REPORT
public static final BudgetPrintType INDUSTRIAL_BUDGET_REPORT
public static BudgetPrintType[] values()
for (BudgetPrintType c : BudgetPrintType.values()) System.out.println(c);
public static BudgetPrintType 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 String getBudgetPrintType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.