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