Class DataExchangeExportType


  • public final class DataExchangeExportType
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by ServiceType.
    Defines all {addon.label} export types.
    Since:
    2.0.0
    • Field Detail

      • EXPORT_DEFAULT_XML

        public static final DataExchangeExportType EXPORT_DEFAULT_XML
        Deprecated.
        An export type corresponding to the default XML format option.
      • EXPORT_XML

        public static final DataExchangeExportType EXPORT_XML
        Deprecated.
        An export type corresponding to a user-defined XML format option.
      • EXPORT_DEFAULT_SQL

        public static final DataExchangeExportType EXPORT_DEFAULT_SQL
        Deprecated.
        An export type corresponding to the default SQL format option.
        Since:
        2.2.0
      • UNKNOWN

        public static final DataExchangeExportType UNKNOWN
        Deprecated.
        An export type corresponding to an unknown execution.
    • Method Detail

      • parse

        public static DataExchangeExportType parse​(java.lang.String value)
        Deprecated.
        Returns an export type by given string value.
      • isExportDefaultXML

        public boolean isExportDefaultXML()
        Deprecated.
        Returns true if the export type is EXPORT_DEFAULT_XML.
      • isExportXML

        public boolean isExportXML()
        Deprecated.
        Returns true if the export type is EXPORT_XML.
      • isDefaultSQLExport

        public boolean isDefaultSQLExport()
        Deprecated.
        Returns true if the export type is EXPORT_DEFAULT_SQL.
        Since:
        2.2.0
      • isUnknown

        public boolean isUnknown()
        Deprecated.
        Returns true if the type is UNKNOWN.
        Since:
        2.2.0
      • getValue

        public java.lang.String getValue()
        Deprecated.
        Returns the string value of this.