public static enum VisualizationTask.UpdateFlag extends java.lang.Enum<VisualizationTask.UpdateFlag>
Enum Constant and Description |
---|
ON_DATA
When data changes
|
ON_SAMPLE
When sample changes
|
ON_SELECTION
When selection changes
|
ON_STYLEPOLICY
When style changes
|
Modifier and Type | Field and Description |
---|---|
(package private) int |
bit
Bit.
|
Modifier and Type | Method and Description |
---|---|
static VisualizationTask.UpdateFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VisualizationTask.UpdateFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisualizationTask.UpdateFlag ON_DATA
public static final VisualizationTask.UpdateFlag ON_SELECTION
public static final VisualizationTask.UpdateFlag ON_STYLEPOLICY
public static final VisualizationTask.UpdateFlag ON_SAMPLE
public static VisualizationTask.UpdateFlag[] values()
for (VisualizationTask.UpdateFlag c : VisualizationTask.UpdateFlag.values()) System.out.println(c);
public static VisualizationTask.UpdateFlag 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 nullCopyright © 2019 ELKI Development Team. License information.