Package org.cip4.jdflib.auto
Class JDFAutoShapeCuttingParams.EnumDeliveryMode
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoShapeCuttingParams.EnumDeliveryMode
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoShapeCuttingParams
public static class JDFAutoShapeCuttingParams.EnumDeliveryMode extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for DeliveryMode- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoShapeCuttingParams.EnumDeliveryModeFullSheetstatic JDFAutoShapeCuttingParams.EnumDeliveryModeRemoveGripperMarginstatic JDFAutoShapeCuttingParams.EnumDeliveryModeSeparateBlanks
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnumDeliveryMode(java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoShapeCuttingParams.EnumDeliveryModegetEnum(int enumValue)static JDFAutoShapeCuttingParams.EnumDeliveryModegetEnum(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
-
FullSheet
public static final JDFAutoShapeCuttingParams.EnumDeliveryMode FullSheet
-
RemoveGripperMargin
public static final JDFAutoShapeCuttingParams.EnumDeliveryMode RemoveGripperMargin
-
SeparateBlanks
public static final JDFAutoShapeCuttingParams.EnumDeliveryMode SeparateBlanks
-
-
Method Detail
-
getEnum
public static JDFAutoShapeCuttingParams.EnumDeliveryMode getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoShapeCuttingParams.EnumDeliveryMode 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
-
-