private static enum OPTICSPlotSelectionVisualization.Mode extends Enum<OPTICSPlotSelectionVisualization.Mode>
Modifier and Type | Method and Description |
---|---|
static OPTICSPlotSelectionVisualization.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPTICSPlotSelectionVisualization.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OPTICSPlotSelectionVisualization.Mode REPLACE
public static final OPTICSPlotSelectionVisualization.Mode ADD
public static final OPTICSPlotSelectionVisualization.Mode INVERT
public static OPTICSPlotSelectionVisualization.Mode[] values()
for (OPTICSPlotSelectionVisualization.Mode c : OPTICSPlotSelectionVisualization.Mode.values()) System.out.println(c);
public static OPTICSPlotSelectionVisualization.Mode 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.