public static class JDFAutoResourceInfo.EnumScope
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoResourceInfo.EnumScope |
Allowed |
static JDFAutoResourceInfo.EnumScope |
Estimate |
static JDFAutoResourceInfo.EnumScope |
Job |
static JDFAutoResourceInfo.EnumScope |
Present |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoResourceInfo.EnumScope |
getEnum(int enumValue) |
static JDFAutoResourceInfo.EnumScope |
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 JDFAutoResourceInfo.EnumScope Present
public static final JDFAutoResourceInfo.EnumScope Allowed
public static final JDFAutoResourceInfo.EnumScope Job
public static final JDFAutoResourceInfo.EnumScope Estimate
public static JDFAutoResourceInfo.EnumScope getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoResourceInfo.EnumScope 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()