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

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

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


Enum Constant Summary
ADHOC_REVIEW
           
AWAIT_NEW_UNORDERED_ITEM_REVIEW
           
BUDGET_OFFICE_REVIEW
           
COMMODITY_CODE_REVIEW
           
CONTRACTS_AND_GRANTS_REVIEW
           
DOCUMENT_TRANSMISSION
           
INTERNAL_PURCHASING_REVIEW
           
VENDOR_TAX_REVIEW
           
 
Method Summary
 String getAwaitingStatusCode()
           
 String getDisapprovedStatusCode()
           
 String getName()
           
 PurapWorkflowConstants.NodeDetails getNextNodeDetails()
           
 PurapWorkflowConstants.NodeDetails getNodeDetailByName(String name)
           
static PurapWorkflowConstants.NodeDetails getNodeDetailEnumByName(String name)
           
 int getOrdinal()
           
 PurapWorkflowConstants.NodeDetails getPreviousNodeDetails()
           
static PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PurapWorkflowConstants.PurchaseOrderDocument.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.PurchaseOrderDocument.NodeDetailEnum ADHOC_REVIEW

AWAIT_NEW_UNORDERED_ITEM_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum AWAIT_NEW_UNORDERED_ITEM_REVIEW

INTERNAL_PURCHASING_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum INTERNAL_PURCHASING_REVIEW

COMMODITY_CODE_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum COMMODITY_CODE_REVIEW

CONTRACTS_AND_GRANTS_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum CONTRACTS_AND_GRANTS_REVIEW

BUDGET_OFFICE_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum BUDGET_OFFICE_REVIEW

VENDOR_TAX_REVIEW

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum VENDOR_TAX_REVIEW

DOCUMENT_TRANSMISSION

public static final PurapWorkflowConstants.PurchaseOrderDocument.NodeDetailEnum DOCUMENT_TRANSMISSION
Method Detail

values

public static PurapWorkflowConstants.PurchaseOrderDocument.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.PurchaseOrderDocument.NodeDetailEnum c : PurapWorkflowConstants.PurchaseOrderDocument.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.PurchaseOrderDocument.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

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)

getOrdinal

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


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