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

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

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


Enum Constant Summary
ACCOUNT_REVIEW
           
ADHOC_REVIEW
           
COMMODITY_CODE_REVIEW
           
CONTENT_REVIEW
           
HAS_ACCOUNTING_LINES
           
ORG_REVIEW
           
SEPARATION_OF_DUTIES_REVIEW
           
SUB_ACCOUNT_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.RequisitionDocument.NodeDetailEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PurapWorkflowConstants.RequisitionDocument.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.RequisitionDocument.NodeDetailEnum ADHOC_REVIEW

CONTENT_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum CONTENT_REVIEW

HAS_ACCOUNTING_LINES

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum HAS_ACCOUNTING_LINES

SUB_ACCOUNT_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum SUB_ACCOUNT_REVIEW

ACCOUNT_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum ACCOUNT_REVIEW

ORG_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum ORG_REVIEW

COMMODITY_CODE_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum COMMODITY_CODE_REVIEW

SEPARATION_OF_DUTIES_REVIEW

public static final PurapWorkflowConstants.RequisitionDocument.NodeDetailEnum SEPARATION_OF_DUTIES_REVIEW
Method Detail

values

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