public static enum ParameterTabPanel.Status extends Enum<ParameterTabPanel.Status>
Enum Constant and Description |
---|
STATUS_COMPLETE
Status to signal the step has been run completely.
|
STATUS_CONFIGURED
Status to signal the step has been configured properly.
|
STATUS_FAILED
Status to signal the step has failed somehow
|
STATUS_READY
Status to signal the step is ready to run
|
STATUS_UNCONFIGURED
Status to signal the step has been configured properly.
|
Modifier and Type | Method and Description |
---|---|
static ParameterTabPanel.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterTabPanel.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterTabPanel.Status STATUS_UNCONFIGURED
public static final ParameterTabPanel.Status STATUS_CONFIGURED
public static final ParameterTabPanel.Status STATUS_READY
public static final ParameterTabPanel.Status STATUS_COMPLETE
public static final ParameterTabPanel.Status STATUS_FAILED
public static ParameterTabPanel.Status[] values()
for (ParameterTabPanel.Status c : ParameterTabPanel.Status.values()) System.out.println(c);
public static ParameterTabPanel.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.