Package org.cip4.jdflib.core
Class JDFElement.EnumOrientation
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.core.JDFElement.EnumOrientation
- All Implemented Interfaces:
Serializable,Comparable
- Enclosing class:
- JDFElement
Orientation Enumeration
Orientation of a physical resource.
Orientation of a physical resource.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientationstatic final JDFElement.EnumOrientation -
Method Summary
Modifier and TypeMethodDescriptionstatic JDFElement.EnumOrientationgetEnum(int enumValue) static JDFElement.EnumOrientationstatic List<JDFElement.EnumOrientation>static Map<String,JDFElement.EnumOrientation> static Iterator<JDFElement.EnumOrientation>iterator()Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toStringMethods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
-
Field Details
-
Flip0
-
Flip90
-
Flip180
-
Flip270
-
Rotate0
-
Rotate90
-
Rotate180
-
Rotate270
-
-
Method Details
-
getEnum
- Parameters:
enumName- the name of the enum object to return- Returns:
- the enum object if enumName is valid. Otherwise null
-
getEnum
- Parameters:
enumValue- the value of the enum object to return- Returns:
- the enum object if enumName is valid. Otherwise null
-
getEnumMap
- Returns:
- a map of all orientation enums
-
getEnumList
- Returns:
- a list of all orientation enums
-
iterator
- Returns:
- an iterator over the enum objects
-