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