Package org.cip4.jdflib.auto
Class JDFAutoLayoutIntent.EnumFolioCount
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoLayoutIntent.EnumFolioCount
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoLayoutIntent
public static class JDFAutoLayoutIntent.EnumFolioCount extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for FolioCount- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoLayoutIntent.EnumFolioCountBookletstatic JDFAutoLayoutIntent.EnumFolioCountFlat
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoLayoutIntent.EnumFolioCountgetEnum(int enumValue)static JDFAutoLayoutIntent.EnumFolioCountgetEnum(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
-
Booklet
public static final JDFAutoLayoutIntent.EnumFolioCount Booklet
-
Flat
public static final JDFAutoLayoutIntent.EnumFolioCount Flat
-
-
Method Detail
-
getEnum
public static JDFAutoLayoutIntent.EnumFolioCount getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoLayoutIntent.EnumFolioCount 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
-
-