public enum CancelPreprocessors extends java.lang.Enum<CancelPreprocessors>
Enum Constant and Description |
---|
Manual |
NestedHandle |
Overview |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
boolean |
hasController() |
boolean |
hasDescriptionPanel() |
CancelPreprocessController<?,?> |
newController(org.processmining.framework.plugin.PluginContext context,
WorkbenchModel model) |
javax.swing.JPanel |
newDescriptionPanel() |
static CancelPreprocessors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CancelPreprocessors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CancelPreprocessors Overview
public static final CancelPreprocessors NestedHandle
public static final CancelPreprocessors Manual
public static CancelPreprocessors[] values()
for (CancelPreprocessors c : CancelPreprocessors.values()) System.out.println(c);
public static CancelPreprocessors 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 java.lang.String getLabel()
public boolean hasController()
public CancelPreprocessController<?,?> newController(org.processmining.framework.plugin.PluginContext context, WorkbenchModel model)
public boolean hasDescriptionPanel()
public javax.swing.JPanel newDescriptionPanel()