public enum DeepCopyIgnoreScopes extends Enum<DeepCopyIgnoreScopes>
| Enum Constant and Description |
|---|
Budget |
BudgetLineItem |
BudgetLineItemCalcAmount |
BudgetPeriod |
BudgetPersonnelCalcAmount |
BudgetPersonnelLineItem |
BudgetPersonnelRateAndBase |
BudgetRateAndBase |
| Modifier and Type | Method and Description |
|---|---|
static DeepCopyIgnoreScopes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeepCopyIgnoreScopes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepCopyIgnoreScopes Budget
public static final DeepCopyIgnoreScopes BudgetPeriod
public static final DeepCopyIgnoreScopes BudgetLineItem
public static final DeepCopyIgnoreScopes BudgetLineItemCalcAmount
public static final DeepCopyIgnoreScopes BudgetPersonnelLineItem
public static final DeepCopyIgnoreScopes BudgetPersonnelCalcAmount
public static final DeepCopyIgnoreScopes BudgetRateAndBase
public static final DeepCopyIgnoreScopes BudgetPersonnelRateAndBase
public static DeepCopyIgnoreScopes[] values()
for (DeepCopyIgnoreScopes c : DeepCopyIgnoreScopes.values()) System.out.println(c);
public static DeepCopyIgnoreScopes 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 nullCopyright © 2013 The Kuali Foundation. All Rights Reserved.