Class JDFBaseDataTypes.EnumFitsValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Enclosing interface:
    JDFBaseDataTypes

    public static class JDFBaseDataTypes.EnumFitsValue
    extends org.apache.commons.lang.enums.ValuedEnum
    Enumeration for FitsValue method, switches between Allowed and Present testlists
    See Also:
    Serialized Form
    • Method Detail

      • getEnum

        public static JDFBaseDataTypes.EnumFitsValue getEnum​(java.lang.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 JDFBaseDataTypes.EnumFitsValue 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 java.util.Map getEnumMap()
        Returns:
        a map of all orientation enums
      • getEnumList

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

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