public static class JDFAutoNewComment.EnumAction
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoNewComment.EnumAction |
Add |
static JDFAutoNewComment.EnumAction |
Concat |
static JDFAutoNewComment.EnumAction |
Remove |
static JDFAutoNewComment.EnumAction |
Replace |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoNewComment.EnumAction |
getEnum(int enumValue) |
static JDFAutoNewComment.EnumAction |
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 JDFAutoNewComment.EnumAction Add
public static final JDFAutoNewComment.EnumAction Concat
public static final JDFAutoNewComment.EnumAction Replace
public static final JDFAutoNewComment.EnumAction Remove
public static JDFAutoNewComment.EnumAction getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoNewComment.EnumAction 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()