Package org.cip4.jdflib.auto
Class JDFAutoRefAnchor.EnumAnchor
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoRefAnchor.EnumAnchor
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoRefAnchor
public static class JDFAutoRefAnchor.EnumAnchor extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for Anchor- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoRefAnchor.EnumAnchorBottomCenterstatic JDFAutoRefAnchor.EnumAnchorBottomLeftstatic JDFAutoRefAnchor.EnumAnchorBottomRightstatic JDFAutoRefAnchor.EnumAnchorCenterstatic JDFAutoRefAnchor.EnumAnchorCenterLeftstatic JDFAutoRefAnchor.EnumAnchorCenterRightstatic JDFAutoRefAnchor.EnumAnchorTopCenterstatic JDFAutoRefAnchor.EnumAnchorTopLeftstatic JDFAutoRefAnchor.EnumAnchorTopRight
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoRefAnchor.EnumAnchorgetEnum(int enumValue)static JDFAutoRefAnchor.EnumAnchorgetEnum(java.lang.String enumName)static java.util.ListgetEnumList()static java.util.MapgetEnumMap()static java.util.Iteratoriterator()-
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
-
-
-
-
Field Detail
-
TopLeft
public static final JDFAutoRefAnchor.EnumAnchor TopLeft
-
TopCenter
public static final JDFAutoRefAnchor.EnumAnchor TopCenter
-
TopRight
public static final JDFAutoRefAnchor.EnumAnchor TopRight
-
CenterLeft
public static final JDFAutoRefAnchor.EnumAnchor CenterLeft
-
Center
public static final JDFAutoRefAnchor.EnumAnchor Center
-
CenterRight
public static final JDFAutoRefAnchor.EnumAnchor CenterRight
-
BottomLeft
public static final JDFAutoRefAnchor.EnumAnchor BottomLeft
-
BottomCenter
public static final JDFAutoRefAnchor.EnumAnchor BottomCenter
-
BottomRight
public static final JDFAutoRefAnchor.EnumAnchor BottomRight
-
-
Method Detail
-
getEnum
public static JDFAutoRefAnchor.EnumAnchor getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoRefAnchor.EnumAnchor getEnum(int enumValue)
- Parameters:
enumValue- the integer to convert- Returns:
- the enum
-
getEnumMap
public static java.util.Map getEnumMap()
- Returns:
- the map of enums
-
getEnumList
public static java.util.List getEnumList()
- Returns:
- the list of enums
-
iterator
public static java.util.Iterator iterator()
- Returns:
- the iterator
-
-