org.cip4.jdflib.auto
Class JDFAutoShapeElement.EnumShapeType
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.auto.JDFAutoShapeElement.EnumShapeType
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- JDFAutoShapeElement
public static class JDFAutoShapeElement.EnumShapeType
- extends org.apache.commons.lang.enums.ValuedEnum
Enumeration strings for ShapeType
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
| 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 |
Rectangular
public static final JDFAutoShapeElement.EnumShapeType Rectangular
Round
public static final JDFAutoShapeElement.EnumShapeType Round
Path
public static final JDFAutoShapeElement.EnumShapeType Path
RoundedRectangle
public static final JDFAutoShapeElement.EnumShapeType RoundedRectangle
getEnum
public static JDFAutoShapeElement.EnumShapeType getEnum(String enumName)
- Parameters:
enumName - the string to convert
- Returns:
- the enum
getEnum
public static JDFAutoShapeElement.EnumShapeType getEnum(int enumValue)
- Parameters:
enumValue - the integer to convert
- Returns:
- the enum
getEnumMap
public static Map getEnumMap()
- Returns:
- the map of enums
getEnumList
public static List getEnumList()
- Returns:
- the list of enums
iterator
public static Iterator iterator()
- Returns:
- the iterator
Copyright © 2013. All Rights Reserved.