ServiceType.public final class DataExchangeExportType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeExportType |
EXPORT_DEFAULT_SQL
Deprecated.
An export type corresponding to the default SQL format option.
|
static DataExchangeExportType |
EXPORT_DEFAULT_XML
Deprecated.
An export type corresponding to the default XML format option.
|
static DataExchangeExportType |
EXPORT_XML
Deprecated.
An export type corresponding to a user-defined XML format option.
|
static DataExchangeExportType |
UNKNOWN
Deprecated.
An export type corresponding to an unknown execution.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns the string value of
this. |
boolean |
isDefaultSQLExport()
Deprecated.
Returns
true if the export type is EXPORT_DEFAULT_SQL. |
boolean |
isExportDefaultXML()
Deprecated.
Returns
true if the export type is
EXPORT_DEFAULT_XML. |
boolean |
isExportXML()
Deprecated.
Returns
true if the export type is EXPORT_XML. |
boolean |
isUnknown()
Deprecated.
Returns
true if the type is UNKNOWN. |
static DataExchangeExportType |
parse(String value)
Deprecated.
Returns an export type by given string
value. |
public static final DataExchangeExportType EXPORT_DEFAULT_XML
public static final DataExchangeExportType EXPORT_XML
public static final DataExchangeExportType EXPORT_DEFAULT_SQL
public static final DataExchangeExportType UNKNOWN
public static DataExchangeExportType parse(String value)
value.public boolean isExportDefaultXML()
true if the export type is
EXPORT_DEFAULT_XML.public boolean isExportXML()
true if the export type is EXPORT_XML.public boolean isDefaultSQLExport()
true if the export type is EXPORT_DEFAULT_SQL.public boolean isUnknown()
true if the type is UNKNOWN.public String getValue()
this.