public static class JDFAutoPageCell.EnumRotate
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoPageCell.EnumRotate |
Rotate0 |
static JDFAutoPageCell.EnumRotate |
Rotate180 |
static JDFAutoPageCell.EnumRotate |
Rotate270 |
static JDFAutoPageCell.EnumRotate |
Rotate90 |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoPageCell.EnumRotate |
getEnum(int enumValue) |
static JDFAutoPageCell.EnumRotate |
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 JDFAutoPageCell.EnumRotate Rotate0
public static final JDFAutoPageCell.EnumRotate Rotate90
public static final JDFAutoPageCell.EnumRotate Rotate180
public static final JDFAutoPageCell.EnumRotate Rotate270
public static JDFAutoPageCell.EnumRotate getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoPageCell.EnumRotate 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()