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