Package org.cip4.jdflib.auto
Class JDFAutoArtDeliveryIntent.EnumPreflightStatus
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoArtDeliveryIntent.EnumPreflightStatus
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoArtDeliveryIntent
public static class JDFAutoArtDeliveryIntent.EnumPreflightStatus extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for PreflightStatus- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoArtDeliveryIntent.EnumPreflightStatusNotPerformedstatic JDFAutoArtDeliveryIntent.EnumPreflightStatusWithErrorsstatic JDFAutoArtDeliveryIntent.EnumPreflightStatusWithoutErrorsstatic JDFAutoArtDeliveryIntent.EnumPreflightStatusWithWarnings
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnumPreflightStatus(java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoArtDeliveryIntent.EnumPreflightStatusgetEnum(int enumValue)static JDFAutoArtDeliveryIntent.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 JDFAutoArtDeliveryIntent.EnumPreflightStatus NotPerformed
-
WithErrors
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithErrors
-
WithWarnings
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithWarnings
-
WithoutErrors
public static final JDFAutoArtDeliveryIntent.EnumPreflightStatus WithoutErrors
-
-
Method Detail
-
getEnum
public static JDFAutoArtDeliveryIntent.EnumPreflightStatus getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoArtDeliveryIntent.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
-
-