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