Class JDFAutoPart.EnumSide

All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFAutoPart

public static class JDFAutoPart.EnumSide extends ValuedEnum
Enumeration strings for Side
See Also:
  • Field Details

  • Constructor Details

    • EnumSide

      protected EnumSide(String name)
  • Method Details

    • getEnum

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

      public static JDFAutoPart.EnumSide 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