org.cip4.jdflib.core
Class JDFElement.EnumPoolType

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.apache.commons.lang.enums.ValuedEnum
          extended by org.cip4.jdflib.core.JDFElement.EnumPoolType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFElement

public static final class JDFElement.EnumPoolType
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration of various pool types

See Also:
Serialized Form

Field Summary
static JDFElement.EnumPoolType AncestorPool
           
static JDFElement.EnumPoolType AuditPool
           
static JDFElement.EnumPoolType PipeParams
           
static JDFElement.EnumPoolType ProductionIntent
           
static JDFElement.EnumPoolType RefElement
           
static JDFElement.EnumPoolType ResourceLinkPool
           
static JDFElement.EnumPoolType ResourcePool
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFElement.EnumPoolType getEnum(int enumValue)
           
static JDFElement.EnumPoolType getEnum(String enumName)
           
static List getEnumList()
           
static Map getEnumMap()
           
static 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

RefElement

public static final JDFElement.EnumPoolType RefElement

ResourcePool

public static final JDFElement.EnumPoolType ResourcePool

PipeParams

public static final JDFElement.EnumPoolType PipeParams

ResourceLinkPool

public static final JDFElement.EnumPoolType ResourceLinkPool

AncestorPool

public static final JDFElement.EnumPoolType AncestorPool

AuditPool

public static final JDFElement.EnumPoolType AuditPool

ProductionIntent

public static final JDFElement.EnumPoolType ProductionIntent
Method Detail

getEnum

public static JDFElement.EnumPoolType getEnum(String enumName)
Parameters:
enumName - the name of the enum object to return
Returns:
the enum object if enumName is valid. Otherwise null

getEnum

public static JDFElement.EnumPoolType getEnum(int enumValue)
Parameters:
enumValue - the value of the enum object to return
Returns:
the enum object if enumName is valid. Otherwise null

getEnumMap

public static Map getEnumMap()
Returns:
a map of all orientation enums

getEnumList

public static List getEnumList()
Returns:
a list of all orientation enums

iterator

public static Iterator iterator()
Returns:
an iterator over the enum objects


Copyright © 2013. All Rights Reserved.