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(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toString
public 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(String enumName)
enumName
- the string to convertpublic static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(int enumValue)
enumValue
- the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2018. All rights reserved.