public static enum ProcessConf.CLEANUP_CATEGORY extends java.lang.Enum<ProcessConf.CLEANUP_CATEGORY>
| Enum Constant and Description |
|---|
CORRELATIONS |
EVENTS |
INSTANCE |
MESSAGES |
VARIABLES |
| Modifier and Type | Method and Description |
|---|---|
static ProcessConf.CLEANUP_CATEGORY |
fromString(java.lang.String lowerCase) |
static ProcessConf.CLEANUP_CATEGORY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConf.CLEANUP_CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessConf.CLEANUP_CATEGORY INSTANCE
public static final ProcessConf.CLEANUP_CATEGORY VARIABLES
public static final ProcessConf.CLEANUP_CATEGORY MESSAGES
public static final ProcessConf.CLEANUP_CATEGORY CORRELATIONS
public static final ProcessConf.CLEANUP_CATEGORY EVENTS
public static ProcessConf.CLEANUP_CATEGORY[] values()
for (ProcessConf.CLEANUP_CATEGORY c : ProcessConf.CLEANUP_CATEGORY.values()) System.out.println(c);
public static ProcessConf.CLEANUP_CATEGORY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ProcessConf.CLEANUP_CATEGORY fromString(java.lang.String lowerCase)