public static enum BulkImportParameters.ExistingFileMode extends Enum<BulkImportParameters.ExistingFileMode>
Enum Constant and Description |
---|
ADD_VERSION |
REPLACE |
SKIP |
Modifier and Type | Method and Description |
---|---|
static BulkImportParameters.ExistingFileMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkImportParameters.ExistingFileMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkImportParameters.ExistingFileMode SKIP
public static final BulkImportParameters.ExistingFileMode REPLACE
public static final BulkImportParameters.ExistingFileMode ADD_VERSION
public static BulkImportParameters.ExistingFileMode[] values()
for (BulkImportParameters.ExistingFileMode c : BulkImportParameters.ExistingFileMode.values()) System.out.println(c);
public static BulkImportParameters.ExistingFileMode 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 © 2005–2017 Alfresco Software. All rights reserved.