public static final class JDFElement.EnumPoolType
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static JDFElement.EnumPoolType |
getEnum(int enumValue) |
static JDFElement.EnumPoolType |
getEnum(java.lang.String enumName) |
static java.util.List |
getEnumList() |
static java.util.Map |
getEnumMap() |
static java.util.Iterator |
iterator() |
compareTo, getEnum, getValue, toStringpublic static final JDFElement.EnumPoolType RefElement
public static final JDFElement.EnumPoolType ResourcePool
public static final JDFElement.EnumPoolType PipeParams
public static final JDFElement.EnumPoolType ResourceLinkPool
public static final JDFElement.EnumPoolType AncestorPool
public static final JDFElement.EnumPoolType AuditPool
public static final JDFElement.EnumPoolType ProductionIntent
public static JDFElement.EnumPoolType getEnum(java.lang.String enumName)
enumName - the name of the enum object to returnpublic static JDFElement.EnumPoolType getEnum(int enumValue)
enumValue - the value of the enum object to returnpublic static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()