Class DataExchangeImportType

java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeImportType

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

    • 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
    • UNKNOWN

      public static final DataExchangeImportType UNKNOWN
      Deprecated.
      An undefined type.
  • Method Details

    • parse

      public static DataExchangeImportType parse(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 String getValue()
      Deprecated.
      Returns the string value of this.