org.kuali.kfs.module.purap
Enum PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum
java.lang.Object
java.lang.Enum<PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum>
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
ADHOC_REVIEW
public static final PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum ADHOC_REVIEW
ACCOUNTS_PAYABLE_REVIEW
public static final PurapWorkflowConstants.CreditMemoDocument.NodeDetailEnum ACCOUNTS_PAYABLE_REVIEW
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.