public static class JDFSpanShape.EnumSpanShape
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFSpanShape.EnumSpanShape |
RoundedBack |
static JDFSpanShape.EnumSpanShape |
SquareBack |
| Modifier and Type | Method and Description |
|---|---|
static JDFSpanShape.EnumSpanShape |
getEnum(int enumValue) |
static JDFSpanShape.EnumSpanShape |
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 JDFSpanShape.EnumSpanShape RoundedBack
public static final JDFSpanShape.EnumSpanShape SquareBack
public static JDFSpanShape.EnumSpanShape getEnum(java.lang.String enumName)
public static JDFSpanShape.EnumSpanShape getEnum(int enumValue)
public static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()