public enum RateClassType extends Enum<RateClassType>
| Enum Constant and Description |
|---|
EMPLOYEE_BENEFITS |
INFLATION |
LA_SALARIES |
LAB_ALLOCATION |
OTHER |
OVERHEAD |
VACATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getRateClassType() |
static RateClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RateClassType INFLATION
public static final RateClassType OVERHEAD
public static final RateClassType EMPLOYEE_BENEFITS
public static final RateClassType LAB_ALLOCATION
public static final RateClassType LA_SALARIES
public static final RateClassType VACATION
public static final RateClassType OTHER
public static RateClassType[] values()
for (RateClassType c : RateClassType.values()) System.out.println(c);
public static RateClassType 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 getRateClassType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.