Class JDFAutoBooleanState.EnumAllowedValueList

java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.auto.JDFAutoBooleanState.EnumAllowedValueList
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFAutoBooleanState

public static class JDFAutoBooleanState.EnumAllowedValueList extends ValuedEnum
Enumeration strings for AllowedValueList
See Also:
  • Constructor Details

    • EnumAllowedValueList

      protected EnumAllowedValueList(String name)
  • Method Details

    • getEnum

      public static JDFAutoBooleanState.EnumAllowedValueList getEnum(String enumName)
      Parameters:
      enumName - the string to convert
      Returns:
      the enum
    • getEnum

      public static JDFAutoBooleanState.EnumAllowedValueList getEnum(int enumValue)
      Parameters:
      enumValue - the integer to convert
      Returns:
      the enum
    • getEnumMap

      public static Map getEnumMap()
      Returns:
      the map of enums
    • getEnumList

      public static List getEnumList()
      Returns:
      the list of enums
    • iterator

      public static Iterator iterator()
      Returns:
      the iterator