org.kuali.kfs.fp.document
Enum DisbursementVoucherConstants.TabByReasonCode
java.lang.Object
java.lang.Enum<DisbursementVoucherConstants.TabByReasonCode>
org.kuali.kfs.fp.document.DisbursementVoucherConstants.TabByReasonCode
- All Implemented Interfaces:
- Serializable, Comparable<DisbursementVoucherConstants.TabByReasonCode>
- Enclosing interface:
- DisbursementVoucherConstants
public static enum DisbursementVoucherConstants.TabByReasonCode
- extends Enum<DisbursementVoucherConstants.TabByReasonCode>
NON_EMPLOYEE_TRAVEL_TAB
public static final DisbursementVoucherConstants.TabByReasonCode NON_EMPLOYEE_TRAVEL_TAB
PREPAID_TRAVEL_TAB
public static final DisbursementVoucherConstants.TabByReasonCode PREPAID_TRAVEL_TAB
paymentReasonParameterName
public String paymentReasonParameterName
tabKey
public String tabKey
propertyName
public String propertyName
reprentingFieldName
public String reprentingFieldName
messageKey
public String messageKey
values
public static DisbursementVoucherConstants.TabByReasonCode[] 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 (DisbursementVoucherConstants.TabByReasonCode c : DisbursementVoucherConstants.TabByReasonCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DisbursementVoucherConstants.TabByReasonCode 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
getTabByReasonCode
public static DisbursementVoucherConstants.TabByReasonCode getTabByReasonCode(String paymentReasonCode)
getAllTabKeys
public static List<String> getAllTabKeys()
getAllDocumentPropertyKeys
public static List<String> getAllDocumentPropertyKeys()
getDocumentPropertyKey
public String getDocumentPropertyKey()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.