Package org.cip4.jdflib.auto
Class JDFAutoStackingParams.EnumPreStackMethod
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.auto.JDFAutoStackingParams.EnumPreStackMethod
- All Implemented Interfaces:
Serializable,Comparable
- Enclosing class:
- JDFAutoStackingParams
Enumeration strings for PreStackMethod
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JDFAutoStackingParams.EnumPreStackMethodstatic final JDFAutoStackingParams.EnumPreStackMethodstatic final JDFAutoStackingParams.EnumPreStackMethod -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toStringMethods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
-
Field Details
-
All
-
First
-
None
-
-
Constructor Details
-
EnumPreStackMethod
-
-
Method Details
-
getEnum
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
- Parameters:
enumValue- the integer to convert- Returns:
- the enum
-
getEnumMap
- Returns:
- the map of enums
-
getEnumList
- Returns:
- the list of enums
-
iterator
- Returns:
- the iterator
-