Class DataExchangeServiceType

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

public final class DataExchangeServiceType extends Object
Deprecated.
Since 2.3.0, replaced by ServiceType.
This class defines all service types that are used for services of {addon.label} service.
Since:
2.1.0
  • Field Details

    • TRANSFER

      public static final DataExchangeServiceType TRANSFER
      Deprecated.
      A service type corresponding to the process of transferring data.
    • IMPORT

      public static final DataExchangeServiceType IMPORT
      Deprecated.
      A service type corresponding to the process of importing data.
    • EXPORT

      public static final DataExchangeServiceType EXPORT
      Deprecated.
      A service type corresponding to the process of exporting data.
    • UNKNOWN

      public static final DataExchangeServiceType UNKNOWN
      Deprecated.
      An unknown service type.
  • Method Details

    • parse

      public static DataExchangeServiceType parse(String value)
      Deprecated.
      Returns a service type by given string value.
    • isTransfer

      public boolean isTransfer()
      Deprecated.
      Returns true if service type is TRANSFER.
    • isImport

      public boolean isImport()
      Deprecated.
      Returns true if service type is IMPORT.
    • isExport

      public boolean isExport()
      Deprecated.
      Returns true if service type is EXPORT.
    • isUnknown

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

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