Package org.cip4.jdflib.span
Class JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.span.JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFSpanISOPaperSubstrate
public static class JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate extends org.apache.commons.lang.enums.ValuedEnum- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS1static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS2static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS3static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS4static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS5static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS6static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS7static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstratePS8
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrategetEnum(int enumValue)static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrategetEnum(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
-
PS1
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS1
-
PS2
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS2
-
PS3
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS3
-
PS4
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS4
-
PS5
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS5
-
PS6
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS6
-
PS7
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS7
-
PS8
public static final JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate PS8
-
-
Method Detail
-
getEnum
public static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate getEnum(java.lang.String enumName)
-
getEnum
public static JDFSpanISOPaperSubstrate.EnumSpanISOPaperSubstrate getEnum(int enumValue)
-
getEnumMap
public static java.util.Map getEnumMap()
-
getEnumList
public static java.util.List getEnumList()
-
iterator
public static java.util.Iterator iterator()
-
-