public static enum DataImporter.MergeMode extends Enum<DataImporter.MergeMode>
| Enum Constant and Description |
|---|
CREATE_AND_MERGE_PROPERTIES |
CREATE_AND_OVERWRITE_PROPERTIES |
CREATE_ONLY_SKIP_EXISTING |
DO_NOTHING |
MERGE_EXISTING_ONLY |
OVERWRITE_EXISTING_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static DataImporter.MergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataImporter.MergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataImporter.MergeMode CREATE_AND_OVERWRITE_PROPERTIES
public static final DataImporter.MergeMode CREATE_AND_MERGE_PROPERTIES
public static final DataImporter.MergeMode CREATE_ONLY_SKIP_EXISTING
public static final DataImporter.MergeMode OVERWRITE_EXISTING_ONLY
public static final DataImporter.MergeMode MERGE_EXISTING_ONLY
public static final DataImporter.MergeMode DO_NOTHING
public static DataImporter.MergeMode[] values()
for (DataImporter.MergeMode c : DataImporter.MergeMode.values()) System.out.println(c);
public static DataImporter.MergeMode 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 © 2013–2020 Adobe. All rights reserved.