org.kuali.kfs.module.purap
Enum PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum

java.lang.Object
  extended by java.lang.Enum<PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum>
      extended by org.kuali.kfs.module.purap.PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum
All Implemented Interfaces:
Serializable, Comparable<PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum>, PurapWorkflowConstants.NodeDetails
Enclosing class:
PurapWorkflowConstants.CreditMemoDocument

public static enum PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum
extends Enum<PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum>
implements PurapWorkflowConstants.NodeDetails


Enum Constant Summary
ACCOUNTS_PAYABLE_REVIEW
           
ADHOC_REVIEW
           
 
Method Summary
 String getAwaitingStatusCode()
           
 String getDisapprovedStatusCode()
           
 String getName()
           
 PurapWorkflowConstants.NodeDetails getNextNodeDetails()
           
 PurapWorkflowConstants.NodeDetails getNodeDetailByName(String name)
           
static PurapWorkflowConstants.NodeDetails getNodeDetailEnumByName(String name)
           
static List<String> getNodesRequiringCorrectingGeneralLedgerEntries()
           
 int getOrdinal()
           
 PurapWorkflowConstants.NodeDetails getPreviousNodeDetails()
           
 boolean isCorrectingGeneralLedgerEntriesRequired()
           
static PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum[] 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

ADHOC_REVIEW

public static final PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum ADHOC_REVIEW

ACCOUNTS_PAYABLE_REVIEW

public static final PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum ACCOUNTS_PAYABLE_REVIEW
Method Detail

values

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

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

valueOf

public static PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum 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

getName

public String getName()
Specified by:
getName in interface PurapWorkflowConstants.NodeDetails

getAwaitingStatusCode

public String getAwaitingStatusCode()
Specified by:
getAwaitingStatusCode in interface PurapWorkflowConstants.NodeDetails

getDisapprovedStatusCode

public String getDisapprovedStatusCode()
Specified by:
getDisapprovedStatusCode in interface PurapWorkflowConstants.NodeDetails

isCorrectingGeneralLedgerEntriesRequired

public boolean isCorrectingGeneralLedgerEntriesRequired()

getPreviousNodeDetails

public PurapWorkflowConstants.NodeDetails getPreviousNodeDetails()
Specified by:
getPreviousNodeDetails in interface PurapWorkflowConstants.NodeDetails

getNextNodeDetails

public PurapWorkflowConstants.NodeDetails getNextNodeDetails()
Specified by:
getNextNodeDetails in interface PurapWorkflowConstants.NodeDetails

getNodeDetailByName

public PurapWorkflowConstants.NodeDetails getNodeDetailByName(String name)
Specified by:
getNodeDetailByName in interface PurapWorkflowConstants.NodeDetails

getNodeDetailEnumByName

public static PurapWorkflowConstants.NodeDetails getNodeDetailEnumByName(String name)

getNodesRequiringCorrectingGeneralLedgerEntries

public static List<String> getNodesRequiringCorrectingGeneralLedgerEntries()

getOrdinal

public int getOrdinal()
Specified by:
getOrdinal in interface PurapWorkflowConstants.NodeDetails


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