Class JDFElement.EnumPoolType

java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.core.JDFElement.EnumPoolType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFElement

public static final class JDFElement.EnumPoolType extends org.apache.commons.lang.enums.ValuedEnum
Enumeration of various pool types
See Also:
  • Field Details

  • Method Details

    • getEnum

      public static JDFElement.EnumPoolType getEnum(String enumName)
      Parameters:
      enumName - the name of the enum object to return
      Returns:
      the enum object if enumName is valid. Otherwise null
    • getEnum

      public static JDFElement.EnumPoolType getEnum(int enumValue)
      Parameters:
      enumValue - the value of the enum object to return
      Returns:
      the enum object if enumName is valid. Otherwise null
    • getEnumMap

      public static Map getEnumMap()
      Returns:
      a map of all orientation enums
    • getEnumList

      public static List getEnumList()
      Returns:
      a list of all orientation enums
    • iterator

      public static Iterator iterator()
      Returns:
      an iterator over the enum objects