public static enum AwardBudgetLimit.LIMIT_TYPE extends Enum<AwardBudgetLimit.LIMIT_TYPE>
| Enum Constant and Description |
|---|
DIRECT_COST |
INDIRECT_COST |
TOTAL_COST |
| Modifier and Type | Method and Description |
|---|---|
String |
getBudgetProperty() |
String |
getDesc() |
String |
getType() |
static AwardBudgetLimit.LIMIT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardBudgetLimit.LIMIT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardBudgetLimit.LIMIT_TYPE TOTAL_COST
public static final AwardBudgetLimit.LIMIT_TYPE DIRECT_COST
public static final AwardBudgetLimit.LIMIT_TYPE INDIRECT_COST
public static AwardBudgetLimit.LIMIT_TYPE[] values()
for (AwardBudgetLimit.LIMIT_TYPE c : AwardBudgetLimit.LIMIT_TYPE.values()) System.out.println(c);
public static AwardBudgetLimit.LIMIT_TYPE 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 getType()
public String getDesc()
public String getBudgetProperty()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.