public static class JDFAutoAcknowledge.EnumAcknowledgeType
extends org.apache.commons.lang.enums.ValuedEnum
Modifier and Type | Field and Description |
---|---|
static JDFAutoAcknowledge.EnumAcknowledgeType |
Applied |
static JDFAutoAcknowledge.EnumAcknowledgeType |
Completed |
static JDFAutoAcknowledge.EnumAcknowledgeType |
Received |
Modifier and Type | Method and Description |
---|---|
static JDFAutoAcknowledge.EnumAcknowledgeType |
getEnum(int enumValue) |
static JDFAutoAcknowledge.EnumAcknowledgeType |
getEnum(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toString
public static final JDFAutoAcknowledge.EnumAcknowledgeType Received
public static final JDFAutoAcknowledge.EnumAcknowledgeType Applied
public static final JDFAutoAcknowledge.EnumAcknowledgeType Completed
public static JDFAutoAcknowledge.EnumAcknowledgeType getEnum(String enumName)
enumName
- the string to convertpublic static JDFAutoAcknowledge.EnumAcknowledgeType getEnum(int enumValue)
enumValue
- the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2018. All rights reserved.