public enum ImpexImportUnitOption extends java.lang.Enum<ImpexImportUnitOption>
ImportConfig).| Enum Constant and Description |
|---|
LEGACY_MODE
Used for Impex Import, servicelayer converters are not used.
|
SINGLE_THREAD
Used for Impex Import to set the number of threads to one, impex will be run inside one thread.
|
| Modifier and Type | Method and Description |
|---|---|
static ImpexImportUnitOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImpexImportUnitOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImpexImportUnitOption LEGACY_MODE
public static final ImpexImportUnitOption SINGLE_THREAD
ImportConfig.setMaxThreads(int)public static ImpexImportUnitOption[] values()
for (ImpexImportUnitOption c : ImpexImportUnitOption.values()) System.out.println(c);
public static ImpexImportUnitOption 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 © 2018 SAP SE. All Rights Reserved.