Package org.cip4.jdflib.core
Class JDFElement.EnumPoolType
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.core.JDFElement.EnumPoolType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFElement
public static final class JDFElement.EnumPoolType extends org.apache.commons.lang.enums.ValuedEnumEnumeration of various pool types- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFElement.EnumPoolTypeAncestorPoolstatic JDFElement.EnumPoolTypeAuditPoolstatic JDFElement.EnumPoolTypePipeParamsstatic JDFElement.EnumPoolTypeProductionIntentstatic JDFElement.EnumPoolTypeRefElementstatic JDFElement.EnumPoolTypeResourceLinkPoolstatic JDFElement.EnumPoolTypeResourcePool
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFElement.EnumPoolTypegetEnum(int enumValue)static JDFElement.EnumPoolTypegetEnum(java.lang.String enumName)static java.util.ListgetEnumList()static java.util.MapgetEnumMap()static java.util.Iteratoriterator()-
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
-
-
-
-
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(java.lang.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 java.util.Map getEnumMap()
- Returns:
- a map of all orientation enums
-
getEnumList
public static java.util.List getEnumList()
- Returns:
- a list of all orientation enums
-
iterator
public static java.util.Iterator iterator()
- Returns:
- an iterator over the enum objects
-
-