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