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