public static class JDFAutoRepeatDesc.EnumAllowedRotate
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoRepeatDesc.EnumAllowedRotate |
CrossGrain |
static JDFAutoRepeatDesc.EnumAllowedRotate |
Grain |
static JDFAutoRepeatDesc.EnumAllowedRotate |
MinorGrain |
static JDFAutoRepeatDesc.EnumAllowedRotate |
None |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoRepeatDesc.EnumAllowedRotate |
getEnum(int enumValue) |
static JDFAutoRepeatDesc.EnumAllowedRotate |
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 JDFAutoRepeatDesc.EnumAllowedRotate None
public static final JDFAutoRepeatDesc.EnumAllowedRotate Grain
public static final JDFAutoRepeatDesc.EnumAllowedRotate MinorGrain
public static final JDFAutoRepeatDesc.EnumAllowedRotate CrossGrain
public static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoRepeatDesc.EnumAllowedRotate 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()