public static enum ImportCSVUIWizardAction.Mode extends Enum<ImportCSVUIWizardAction.Mode>
| Enum Constant and Description |
|---|
EDGES_TABLE |
NODES_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static ImportCSVUIWizardAction.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportCSVUIWizardAction.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportCSVUIWizardAction.Mode NODES_TABLE
public static final ImportCSVUIWizardAction.Mode EDGES_TABLE
public static ImportCSVUIWizardAction.Mode[] values()
for (ImportCSVUIWizardAction.Mode c : ImportCSVUIWizardAction.Mode.values()) System.out.println(c);
public static ImportCSVUIWizardAction.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 © 2007–2015 Gephi Consortium. All rights reserved.