public enum BudgetSummaryErrorConstants extends Enum<BudgetSummaryErrorConstants>
| Modifier and Type | Method and Description |
|---|---|
String |
errorKey() |
String |
errorProperty() |
static BudgetSummaryErrorConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetSummaryErrorConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BudgetSummaryErrorConstants ERROR_PERIOD_START_BEFORE_PROJECT_START
public static final BudgetSummaryErrorConstants ERROR_PERIOD_START_BEFORE_PREVIOUS_END
public static final BudgetSummaryErrorConstants ERROR_NEW_PERIOD_VALID
public static final BudgetSummaryErrorConstants ERROR_NEW_PERIOD_START_AFTER_PROJECT_END
public static final BudgetSummaryErrorConstants ERROR_PERIOD_START_REQUIRED
public static final BudgetSummaryErrorConstants ERROR_NEW_PERIOD_INVALID
public static final BudgetSummaryErrorConstants ERROR_PERIOD_START_AFTER_PERIOD_END
public static final BudgetSummaryErrorConstants ERROR_PERIOD_START_AFTER_PROJECT_END
public static final BudgetSummaryErrorConstants ERROR_PERIOD_END_BEFORE_PROJECT_START
public static final BudgetSummaryErrorConstants ERROR_PERIOD_END_AFTER_PROJECT_END
public static final BudgetSummaryErrorConstants ERROR_PERIOD_END_BEFORE_PREVIOUS_END
public static final BudgetSummaryErrorConstants ERROR_NEW_PERIOD_PROJECT_END
public static final BudgetSummaryErrorConstants ERROR_PERIOD_END_REQUIRED
public static final BudgetSummaryErrorConstants ERROR_NEW_PERIOD_END_DATE
public static final BudgetSummaryErrorConstants ERROR_LINE_ITEM_DATE_DOESNOTMATCH
public static final BudgetSummaryErrorConstants ERROR_LINE_ITEM_EXISTS
public static final BudgetSummaryErrorConstants ERROR_PERIOD_LINE_ITEM_DOESNOT_EXIST
public static final BudgetSummaryErrorConstants ERROR_GENERATE_PERIOD
public static final BudgetSummaryErrorConstants ERROR_NO_FUTURE_PERIOD_TO_GENERATE
public static BudgetSummaryErrorConstants[] values()
for (BudgetSummaryErrorConstants c : BudgetSummaryErrorConstants.values()) System.out.println(c);
public static BudgetSummaryErrorConstants 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 errorKey()
public String errorProperty()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.