public static class JDFSpanShapeType.EnumSpanShapeType
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFSpanShapeType.EnumSpanShapeType |
Path |
static JDFSpanShapeType.EnumSpanShapeType |
Rectangular |
static JDFSpanShapeType.EnumSpanShapeType |
Round |
| Modifier and Type | Method and Description |
|---|---|
static JDFSpanShapeType.EnumSpanShapeType |
getEnum(int enumValue) |
static JDFSpanShapeType.EnumSpanShapeType |
getEnum(java.lang.String enumName) |
static java.util.List |
getEnumList() |
static java.util.Map |
getEnumMap() |
static java.util.Iterator |
iterator() |
compareTo, getEnum, getValue, toStringpublic static final JDFSpanShapeType.EnumSpanShapeType Rectangular
public static final JDFSpanShapeType.EnumSpanShapeType Round
public static final JDFSpanShapeType.EnumSpanShapeType Path
public static JDFSpanShapeType.EnumSpanShapeType getEnum(java.lang.String enumName)
public static JDFSpanShapeType.EnumSpanShapeType getEnum(int enumValue)
public static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()