public static enum DMS.AddOption extends Enum<DMS.AddOption>
Enum Constant and Description |
---|
CREATE_WITH_NEW_NAME
Insert the document with a new name.
|
ERROR_IF_EXISTING
Throw an exception if there is a name conflict.
|
REPLACE_EXISTING
Replace the existing document.
|
Modifier and Type | Method and Description |
---|---|
static DMS.AddOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMS.AddOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMS.AddOption REPLACE_EXISTING
public static final DMS.AddOption CREATE_WITH_NEW_NAME
public static final DMS.AddOption ERROR_IF_EXISTING
public static DMS.AddOption[] values()
for (DMS.AddOption c : DMS.AddOption.values()) System.out.println(c);
public static DMS.AddOption 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 null@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.