Class JDFElement.EnumBoolean

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Enclosing class:
    JDFElement

    public static final class JDFElement.EnumBoolean
    extends org.apache.commons.lang.enums.ValuedEnum
    Boolean Enumeration from JDF Spec Orientation of a physical resource.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JDFElement.EnumBoolean getEnum​(int enumValue)  
      static JDFElement.EnumBoolean getEnum​(java.lang.String enumName)  
      static java.util.List getEnumList()  
      static java.util.Map getEnumMap()  
      static java.util.Iterator iterator()  
      • Methods inherited from class org.apache.commons.lang.enums.ValuedEnum

        compareTo, getEnum, getValue, toString
      • Methods inherited from class org.apache.commons.lang.enums.Enum

        equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getEnum

        public static JDFElement.EnumBoolean 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 JDFElement.EnumBoolean 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