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(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toString
public 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(String enumName)
enumName
- the string to convertpublic static JDFAutoArtDelivery.EnumPreflightStatus getEnum(int enumValue)
enumValue
- the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2018. All rights reserved.