org.cip4.jdflib.core
Class JDFElement.EnumOrientation

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

public static final class JDFElement.EnumOrientation
extends org.apache.commons.lang.enums.ValuedEnum

Orientation Enumeration
Orientation of a physical resource.

See Also:
Serialized Form

Field Summary
static JDFElement.EnumOrientation Flip0
           
static JDFElement.EnumOrientation Flip180
           
static JDFElement.EnumOrientation Flip270
           
static JDFElement.EnumOrientation Flip90
           
private static int m_startValue
           
static JDFElement.EnumOrientation Rotate0
           
static JDFElement.EnumOrientation Rotate180
           
static JDFElement.EnumOrientation Rotate270
           
static JDFElement.EnumOrientation Rotate90
           
private static long serialVersionUID
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Constructor Summary
private JDFElement.EnumOrientation(java.lang.String name)
           
 
Method Summary
static JDFElement.EnumOrientation getEnum(int enumValue)
           
static JDFElement.EnumOrientation getEnum(java.lang.String enumName)
           
static java.util.List<JDFElement.EnumOrientation> getEnumList()
           
static java.util.Map<java.lang.String,JDFElement.EnumOrientation> getEnumMap()
           
static java.util.Iterator<JDFElement.EnumOrientation> 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_startValue

private static int m_startValue

Flip0

public static final JDFElement.EnumOrientation Flip0

Flip90

public static final JDFElement.EnumOrientation Flip90

Flip180

public static final JDFElement.EnumOrientation Flip180

Flip270

public static final JDFElement.EnumOrientation Flip270

Rotate0

public static final JDFElement.EnumOrientation Rotate0

Rotate90

public static final JDFElement.EnumOrientation Rotate90

Rotate180

public static final JDFElement.EnumOrientation Rotate180

Rotate270

public static final JDFElement.EnumOrientation Rotate270
Constructor Detail

JDFElement.EnumOrientation

private JDFElement.EnumOrientation(java.lang.String name)
Method Detail

getEnum

public static JDFElement.EnumOrientation 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.EnumOrientation 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<java.lang.String,JDFElement.EnumOrientation> getEnumMap()
Returns:
a map of all orientation enums

getEnumList

public static java.util.List<JDFElement.EnumOrientation> getEnumList()
Returns:
a list of all orientation enums

iterator

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