Package org.cip4.jdflib.auto
Class JDFAutoArtDelivery.EnumPreflightStatus
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoArtDelivery.EnumPreflightStatus
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoArtDelivery
public static class JDFAutoArtDelivery.EnumPreflightStatus extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for PreflightStatus- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoArtDelivery.EnumPreflightStatusNotPerformedstatic JDFAutoArtDelivery.EnumPreflightStatusWithErrorsstatic JDFAutoArtDelivery.EnumPreflightStatusWithoutErrorsstatic JDFAutoArtDelivery.EnumPreflightStatusWithWarnings
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoArtDelivery.EnumPreflightStatusgetEnum(int enumValue)static JDFAutoArtDelivery.EnumPreflightStatusgetEnum(java.lang.String enumName)static java.util.ListgetEnumList()static java.util.MapgetEnumMap()static java.util.Iteratoriterator()-
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
-
-
-
-
Field Detail
-
NotPerformed
public static final JDFAutoArtDelivery.EnumPreflightStatus NotPerformed
-
WithErrors
public static final JDFAutoArtDelivery.EnumPreflightStatus WithErrors
-
WithWarnings
public static final JDFAutoArtDelivery.EnumPreflightStatus WithWarnings
-
WithoutErrors
public static final JDFAutoArtDelivery.EnumPreflightStatus WithoutErrors
-
-
Method Detail
-
getEnum
public static JDFAutoArtDelivery.EnumPreflightStatus getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoArtDelivery.EnumPreflightStatus getEnum(int enumValue)
- Parameters:
enumValue- the integer to convert- Returns:
- the enum
-
getEnumMap
public static java.util.Map getEnumMap()
- Returns:
- the map of enums
-
getEnumList
public static java.util.List getEnumList()
- Returns:
- the list of enums
-
iterator
public static java.util.Iterator iterator()
- Returns:
- the iterator
-
-