org.kuali.kfs.module.ld
Enum LaborPropertyConstants.AccountingPeriodProperties
java.lang.Object
java.lang.Enum<LaborPropertyConstants.AccountingPeriodProperties>
org.kuali.kfs.module.ld.LaborPropertyConstants.AccountingPeriodProperties
- All Implemented Interfaces:
- Serializable, Comparable<LaborPropertyConstants.AccountingPeriodProperties>
- Enclosing class:
- LaborPropertyConstants
public static enum LaborPropertyConstants.AccountingPeriodProperties
- extends Enum<LaborPropertyConstants.AccountingPeriodProperties>
APRIL
public static final LaborPropertyConstants.AccountingPeriodProperties APRIL
AUGUST
public static final LaborPropertyConstants.AccountingPeriodProperties AUGUST
DECEMBER
public static final LaborPropertyConstants.AccountingPeriodProperties DECEMBER
FEBRUARY
public static final LaborPropertyConstants.AccountingPeriodProperties FEBRUARY
JANUARY
public static final LaborPropertyConstants.AccountingPeriodProperties JANUARY
JULY
public static final LaborPropertyConstants.AccountingPeriodProperties JULY
JUNE
public static final LaborPropertyConstants.AccountingPeriodProperties JUNE
MARCH
public static final LaborPropertyConstants.AccountingPeriodProperties MARCH
MAY
public static final LaborPropertyConstants.AccountingPeriodProperties MAY
NOVEMBER
public static final LaborPropertyConstants.AccountingPeriodProperties NOVEMBER
OCTOBER
public static final LaborPropertyConstants.AccountingPeriodProperties OCTOBER
SEPTEMBER
public static final LaborPropertyConstants.AccountingPeriodProperties SEPTEMBER
YEAR_END
public static final LaborPropertyConstants.AccountingPeriodProperties YEAR_END
periodCode
public String periodCode
propertyName
public String propertyName
values
public static LaborPropertyConstants.AccountingPeriodProperties[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LaborPropertyConstants.AccountingPeriodProperties c : LaborPropertyConstants.AccountingPeriodProperties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LaborPropertyConstants.AccountingPeriodProperties valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
codeToArray
public static String[] codeToArray()
- Spew out accounting period codes as a String array
- Returns:
- String[]
namesToArray
public static String[] namesToArray()
- Spew out the property names in as a String array
- Returns:
- String[]
toArray
public static LaborPropertyConstants.AccountingPeriodProperties[] toArray()
- Spew out everything in an array
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.