ImportMode.public final class DataExchangeImportMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeImportMode |
REPLACE_ALL_CONTENT
Deprecated.
An import mode defines that all records will be replaced during import process.
|
static DataExchangeImportMode |
UNKNOWN
Deprecated.
An undefined mode.
|
static DataExchangeImportMode |
UPDATE_AND_INSERT
Deprecated.
An import mode defines that all records will be updated or inserted during import process.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns string
value of this. |
boolean |
isReplaceAllContent()
Deprecated.
Returns
true if import mode is REPLACE_ALL_CONTENT. |
boolean |
isUnknown()
Deprecated.
Returns
true if import mode is UNKNOWN. |
boolean |
isUpdateAndInsert()
Deprecated.
Returns
true if import mode is UPDATE_AND_INSERT. |
static DataExchangeImportMode |
parse(String value)
Deprecated.
Returns an import mode by given string
value. |
public static final DataExchangeImportMode UPDATE_AND_INSERT
public static final DataExchangeImportMode REPLACE_ALL_CONTENT
public static final DataExchangeImportMode UNKNOWN
public static DataExchangeImportMode parse(String value)
value.public boolean isUpdateAndInsert()
true if import mode is UPDATE_AND_INSERT.public boolean isReplaceAllContent()
true if import mode is REPLACE_ALL_CONTENT.public boolean isUnknown()
true if import mode is UNKNOWN.public String getValue()
value of this.