org.kuali.kfs.fp.document
Enum DisbursementVoucherConstants.TabByReasonCode

java.lang.Object
  extended by java.lang.Enum<DisbursementVoucherConstants.TabByReasonCode>
      extended by 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>


Enum Constant Summary
NON_EMPLOYEE_TRAVEL_TAB
           
PREPAID_TRAVEL_TAB
           
 
Field Summary
 String messageKey
           
 String paymentReasonParameterName
           
 String propertyName
           
 String reprentingFieldName
           
 String tabKey
           
 
Method Summary
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.
 
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

NON_EMPLOYEE_TRAVEL_TAB

public static final DisbursementVoucherConstants.TabByReasonCode NON_EMPLOYEE_TRAVEL_TAB

PREPAID_TRAVEL_TAB

public static final DisbursementVoucherConstants.TabByReasonCode PREPAID_TRAVEL_TAB
Field Detail

paymentReasonParameterName

public String paymentReasonParameterName

tabKey

public String tabKey

propertyName

public String propertyName

reprentingFieldName

public String reprentingFieldName

messageKey

public String messageKey
Method Detail

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.