public static enum DisbursementVoucherConstants.TabByReasonCode extends Enum<DisbursementVoucherConstants.TabByReasonCode>
| Enum Constant and Description | 
|---|
| NON_EMPLOYEE_TRAVEL_TAB | 
| PREPAID_TRAVEL_TAB | 
| Modifier and Type | Field and Description | 
|---|---|
| String | messageKey | 
| String | paymentReasonParameterName | 
| String | propertyName | 
| String | reprentingFieldName | 
| String | tabKey | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<String> | getAllDocumentPropertyKeys() | 
| static List<String> | getAllTabKeys() | 
| String | getDocumentPropertyKey() | 
| static DisbursementVoucherConstants.TabByReasonCode | getTabByReasonCode(String paymentReasonCode) | 
| static DisbursementVoucherConstants.TabByReasonCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DisbursementVoucherConstants.TabByReasonCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DisbursementVoucherConstants.TabByReasonCode NON_EMPLOYEE_TRAVEL_TAB
public static final DisbursementVoucherConstants.TabByReasonCode PREPAID_TRAVEL_TAB
public String paymentReasonParameterName
public String propertyName
public String reprentingFieldName
public String messageKey
public static DisbursementVoucherConstants.TabByReasonCode[] values()
for (DisbursementVoucherConstants.TabByReasonCode c : DisbursementVoucherConstants.TabByReasonCode.values()) System.out.println(c);
public static DisbursementVoucherConstants.TabByReasonCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DisbursementVoucherConstants.TabByReasonCode getTabByReasonCode(String paymentReasonCode)
public static List<String> getAllTabKeys()
public static List<String> getAllDocumentPropertyKeys()
public String getDocumentPropertyKey()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.