public static class JDFAutoLayoutIntent.EnumFolioCount
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoLayoutIntent.EnumFolioCount |
Booklet |
static JDFAutoLayoutIntent.EnumFolioCount |
Flat |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoLayoutIntent.EnumFolioCount |
getEnum(int enumValue) |
static JDFAutoLayoutIntent.EnumFolioCount |
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 JDFAutoLayoutIntent.EnumFolioCount Booklet
public static final JDFAutoLayoutIntent.EnumFolioCount Flat
public static JDFAutoLayoutIntent.EnumFolioCount getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoLayoutIntent.EnumFolioCount 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()