public enum AwardPrintType extends Enum<AwardPrintType>
| Enum Constant and Description |
|---|
AWARD_BUDGET_HIERARCHY |
AWARD_BUDGET_HISTORY_TRANSACTION |
AWARD_DELTA_REPORT |
AWARD_NOTICE_REPORT |
AWARD_TEMPLATE |
MONEY_AND_END_DATES_HISTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardPrintType()
This method will return the report name,Which ever called.
|
static AwardPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardPrintType AWARD_DELTA_REPORT
public static final AwardPrintType AWARD_NOTICE_REPORT
public static final AwardPrintType AWARD_TEMPLATE
public static final AwardPrintType AWARD_BUDGET_HIERARCHY
public static final AwardPrintType AWARD_BUDGET_HISTORY_TRANSACTION
public static final AwardPrintType MONEY_AND_END_DATES_HISTORY
public static AwardPrintType[] values()
for (AwardPrintType c : AwardPrintType.values()) System.out.println(c);
public static AwardPrintType 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 getAwardPrintType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.