Class DataExchangeImportType


  • public final class DataExchangeImportType
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by ServiceType.
    Defines all import types used for {addon.label} Import services.
    Since:
    2.0.0
    • Field Detail

      • IMPORT_XML

        public static final DataExchangeImportType IMPORT_XML
        Deprecated.
        An import type corresponding to the XML import process.
      • IMPORT_DEFAULT_SQL

        public static final DataExchangeImportType IMPORT_DEFAULT_SQL
        Deprecated.
        An import type corresponding to the SQL import process.
        Since:
        2.2.0
    • Method Detail

      • parse

        public static DataExchangeImportType parse​(java.lang.String value)
        Deprecated.
        Returns a DataExchangeImportType by the given string value.
      • isImportXML

        public boolean isImportXML()
        Deprecated.
        Returns true if import type is IMPORT_XML.
      • isDefaultSQLImport

        public boolean isDefaultSQLImport()
        Deprecated.
        Returns true if the import type is IMPORT_DEFAULT_SQL.
        Since:
        2.2.0
      • isUnknown

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

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