org.kuali.kfs.module.bc
Enum BCConstants.AppointmentFundingDurationCodes

java.lang.Object
  extended by java.lang.Enum<BCConstants.AppointmentFundingDurationCodes>
      extended by org.kuali.kfs.module.bc.BCConstants.AppointmentFundingDurationCodes
All Implemented Interfaces:
Serializable, Comparable<BCConstants.AppointmentFundingDurationCodes>
Enclosing class:
BCConstants

public static enum BCConstants.AppointmentFundingDurationCodes
extends Enum<BCConstants.AppointmentFundingDurationCodes>

enumerate the leave duration code


Enum Constant Summary
LWP1
           
LWP2
           
LWPA
           
LWPF
           
LWPH
           
LWPX
           
NONE
           
SAB1
           
SAB2
           
SABA
           
SABF
           
SABH
           
SABX
           
 
Field Summary
 String durationCode
           
 String durationDescription
           
 
Method Summary
 String getDurationCode()
          Gets the durationCode attribute.
 String getDurationDescription()
          Gets the durationDescription attribute.
static BCConstants.AppointmentFundingDurationCodes valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BCConstants.AppointmentFundingDurationCodes[] 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

NONE

public static final BCConstants.AppointmentFundingDurationCodes NONE

LWP1

public static final BCConstants.AppointmentFundingDurationCodes LWP1

LWP2

public static final BCConstants.AppointmentFundingDurationCodes LWP2

LWPA

public static final BCConstants.AppointmentFundingDurationCodes LWPA

LWPF

public static final BCConstants.AppointmentFundingDurationCodes LWPF

LWPH

public static final BCConstants.AppointmentFundingDurationCodes LWPH

LWPX

public static final BCConstants.AppointmentFundingDurationCodes LWPX

SAB1

public static final BCConstants.AppointmentFundingDurationCodes SAB1

SAB2

public static final BCConstants.AppointmentFundingDurationCodes SAB2

SABA

public static final BCConstants.AppointmentFundingDurationCodes SABA

SABF

public static final BCConstants.AppointmentFundingDurationCodes SABF

SABH

public static final BCConstants.AppointmentFundingDurationCodes SABH

SABX

public static final BCConstants.AppointmentFundingDurationCodes SABX
Field Detail

durationCode

public String durationCode

durationDescription

public String durationDescription
Method Detail

values

public static BCConstants.AppointmentFundingDurationCodes[] 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 (BCConstants.AppointmentFundingDurationCodes c : BCConstants.AppointmentFundingDurationCodes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BCConstants.AppointmentFundingDurationCodes 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

getDurationCode

public String getDurationCode()
Gets the durationCode attribute.

Returns:
Returns the durationCode.

getDurationDescription

public String getDurationDescription()
Gets the durationDescription attribute.

Returns:
Returns the durationDescription.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.