public static class JDFAutoIDPCover.EnumCoverType
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoIDPCover.EnumCoverType |
Back |
static JDFAutoIDPCover.EnumCoverType |
Front |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoIDPCover.EnumCoverType |
getEnum(int enumValue) |
static JDFAutoIDPCover.EnumCoverType |
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 JDFAutoIDPCover.EnumCoverType Front
public static final JDFAutoIDPCover.EnumCoverType Back
public static JDFAutoIDPCover.EnumCoverType getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoIDPCover.EnumCoverType getEnum(int enumValue)
enumValue - the integer to convertpublic static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()