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