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:
Serializable, 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
           
static JDFElement.EnumOrientation Rotate0
           
static JDFElement.EnumOrientation Rotate180
           
static JDFElement.EnumOrientation Rotate270
           
static JDFElement.EnumOrientation Rotate90
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFElement.EnumOrientation getEnum(int enumValue)
           
static JDFElement.EnumOrientation getEnum(String enumName)
           
static List<JDFElement.EnumOrientation> getEnumList()
           
static Map<String,JDFElement.EnumOrientation> getEnumMap()
           
static 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

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
Method Detail

getEnum

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

getEnumList

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

iterator

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


Copyright © 2013. All Rights Reserved.