org.cip4.jdflib.span
Class JDFSpanShapeType.EnumSpanShapeType

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.apache.commons.lang.enums.ValuedEnum
          extended by org.cip4.jdflib.span.JDFSpanShapeType.EnumSpanShapeType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFSpanShapeType

public static class JDFSpanShapeType.EnumSpanShapeType
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration strings for EnumSpanShapeType

See Also:
Serialized Form

Field Summary
static JDFSpanShapeType.EnumSpanShapeType Path
           
static JDFSpanShapeType.EnumSpanShapeType Rectangular
           
static JDFSpanShapeType.EnumSpanShapeType Round
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFSpanShapeType.EnumSpanShapeType getEnum(int enumValue)
           
static JDFSpanShapeType.EnumSpanShapeType getEnum(String enumName)
           
static List getEnumList()
           
static Map getEnumMap()
           
static Iterator 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

Rectangular

public static final JDFSpanShapeType.EnumSpanShapeType Rectangular

Round

public static final JDFSpanShapeType.EnumSpanShapeType Round

Path

public static final JDFSpanShapeType.EnumSpanShapeType Path
Method Detail

getEnum

public static JDFSpanShapeType.EnumSpanShapeType getEnum(String enumName)

getEnum

public static JDFSpanShapeType.EnumSpanShapeType getEnum(int enumValue)

getEnumMap

public static Map getEnumMap()

getEnumList

public static List getEnumList()

iterator

public static Iterator iterator()


Copyright © 2013. All Rights Reserved.