org.kuali.kfs.module.bc
Enum BCConstants.AppointmentFundingDurationCodes
java.lang.Object
java.lang.Enum<BCConstants.AppointmentFundingDurationCodes>
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
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
durationCode
public String durationCode
durationDescription
public String durationDescription
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.