org.kuali.kfs.module.ld
Enum LaborPropertyConstants.AccountingPeriodProperties

java.lang.Object
  extended by java.lang.Enum<LaborPropertyConstants.AccountingPeriodProperties>
      extended by 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>


Enum Constant Summary
APRIL
           
AUGUST
           
DECEMBER
           
FEBRUARY
           
JANUARY
           
JULY
           
JUNE
           
MARCH
           
MAY
           
NOVEMBER
           
OCTOBER
           
SEPTEMBER
           
YEAR_END
           
 
Field Summary
 String periodCode
           
 String propertyName
           
 
Method Summary
static String[] codeToArray()
          Spew out accounting period codes as a String array
static String[] namesToArray()
          Spew out the property names in as a String array
static LaborPropertyConstants.AccountingPeriodProperties[] toArray()
          Spew out everything in an array
static LaborPropertyConstants.AccountingPeriodProperties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LaborPropertyConstants.AccountingPeriodProperties[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

periodCode

public String periodCode

propertyName

public String propertyName
Method Detail

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.