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