public static enum CSVImporterOptions.ImportMode extends Enum<CSVImporterOptions.ImportMode>
Modifier and Type | Method and Description |
---|---|
static CSVImporterOptions.ImportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVImporterOptions.ImportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSVImporterOptions.ImportMode CREATE
public static final CSVImporterOptions.ImportMode IMPORT
public static CSVImporterOptions.ImportMode[] values()
for (CSVImporterOptions.ImportMode c : CSVImporterOptions.ImportMode.values()) System.out.println(c);
public static CSVImporterOptions.ImportMode 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 © 2018 Nuxeo. All rights reserved.