ServiceType.public final class DataExchangeImportType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeImportType |
IMPORT_DEFAULT_SQL
Deprecated.
An import type corresponding to the SQL import process.
|
static DataExchangeImportType |
IMPORT_XML
Deprecated.
An import type corresponding to the XML import process.
|
static DataExchangeImportType |
UNKNOWN
Deprecated.
An undefined type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns the string
value of this. |
boolean |
isDefaultSQLImport()
Deprecated.
Returns
true if the import type is IMPORT_DEFAULT_SQL. |
boolean |
isImportXML()
Deprecated.
Returns
true if import type is IMPORT_XML. |
boolean |
isUnknown()
Deprecated.
Returns
true if the type is UNKNOWN. |
static DataExchangeImportType |
parse(String value)
Deprecated.
Returns a
DataExchangeImportType by the given string value. |
public static final DataExchangeImportType IMPORT_XML
public static final DataExchangeImportType IMPORT_DEFAULT_SQL
public static final DataExchangeImportType UNKNOWN
public static DataExchangeImportType parse(String value)
DataExchangeImportType by the given string value.public boolean isImportXML()
true if import type is IMPORT_XML.public boolean isDefaultSQLImport()
true if the import type is IMPORT_DEFAULT_SQL.public boolean isUnknown()
true if the type is UNKNOWN.public String getValue()
value of this.