org.cip4.jdflib.auto
Class JDFAutoApprovalDetails.EnumApprovalState

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.apache.commons.lang.enums.ValuedEnum
          extended by org.cip4.jdflib.auto.JDFAutoApprovalDetails.EnumApprovalState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
JDFAutoApprovalDetails

public static class JDFAutoApprovalDetails.EnumApprovalState
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration strings for ApprovalState

See Also:
Serialized Form

Field Summary
static JDFAutoApprovalDetails.EnumApprovalState Approved
           
static JDFAutoApprovalDetails.EnumApprovalState ApprovedWithComment
           
private static int m_startValue
           
static JDFAutoApprovalDetails.EnumApprovalState Rejected
           
private static long serialVersionUID
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Constructor Summary
private JDFAutoApprovalDetails.EnumApprovalState(java.lang.String name)
           
 
Method Summary
static JDFAutoApprovalDetails.EnumApprovalState getEnum(int enumValue)
           
static JDFAutoApprovalDetails.EnumApprovalState getEnum(java.lang.String enumName)
           
static java.util.List getEnumList()
           
static java.util.Map getEnumMap()
           
static java.util.Iterator iterator()
           
 
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
 
Methods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_startValue

private static int m_startValue

Approved

public static final JDFAutoApprovalDetails.EnumApprovalState Approved

ApprovedWithComment

public static final JDFAutoApprovalDetails.EnumApprovalState ApprovedWithComment

Rejected

public static final JDFAutoApprovalDetails.EnumApprovalState Rejected
Constructor Detail

JDFAutoApprovalDetails.EnumApprovalState

private JDFAutoApprovalDetails.EnumApprovalState(java.lang.String name)
Method Detail

getEnum

public static JDFAutoApprovalDetails.EnumApprovalState getEnum(java.lang.String enumName)

getEnum

public static JDFAutoApprovalDetails.EnumApprovalState getEnum(int enumValue)

getEnumMap

public static java.util.Map getEnumMap()

getEnumList

public static java.util.List getEnumList()

iterator

public static java.util.Iterator iterator()