public static class JDFAutoCertificate.EnumAnchorType
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoCertificate.EnumAnchorType |
Parent |
static JDFAutoCertificate.EnumAnchorType |
Sibling |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoCertificate.EnumAnchorType |
getEnum(int enumValue) |
static JDFAutoCertificate.EnumAnchorType |
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 JDFAutoCertificate.EnumAnchorType Parent
public static final JDFAutoCertificate.EnumAnchorType Sibling
public static JDFAutoCertificate.EnumAnchorType getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoCertificate.EnumAnchorType getEnum(int enumValue)
enumValue - the integer to convertpublic static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()