public static class JDFAutoPRError.EnumErrorType
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoPRError.EnumErrorType |
TestNotSupported |
static JDFAutoPRError.EnumErrorType |
TestWrongPDL |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoPRError.EnumErrorType |
getEnum(int enumValue) |
static JDFAutoPRError.EnumErrorType |
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 JDFAutoPRError.EnumErrorType TestNotSupported
public static final JDFAutoPRError.EnumErrorType TestWrongPDL
public static JDFAutoPRError.EnumErrorType getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoPRError.EnumErrorType 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()