public static class JDFAutoArtDeliveryIntent.EnumPreflightStatus
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
NotPerformed |
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
WithErrors |
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
WithoutErrors |
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
WithWarnings |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
getEnum(int enumValue) |
static JDFAutoArtDeliveryIntent.EnumPreflightStatus |
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 JDFAutoArtDeliveryIntent.EnumPreflightStatus NotPerformed
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithErrors
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithWarnings
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithoutErrors
public static JDFAutoArtDeliveryIntent.EnumPreflightStatus getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoArtDeliveryIntent.EnumPreflightStatus 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()