Package org.cip4.jdflib.auto
Class JDFAutoSizeIntent.EnumType
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.auto.JDFAutoSizeIntent.EnumType
- All Implemented Interfaces:
Serializable,Comparable
- Enclosing class:
- JDFAutoSizeIntent
Enumeration strings for Type
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JDFAutoSizeIntent.EnumTypestatic final JDFAutoSizeIntent.EnumType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JDFAutoSizeIntent.EnumTypegetEnum(int enumValue) static JDFAutoSizeIntent.EnumTypestatic Liststatic Mapstatic Iteratoriterator()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
-
Folded
-
Flat
-
-
Constructor Details
-
EnumType
-
-
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
-