Class DataExchangeServiceType


  • public final class DataExchangeServiceType
    extends java.lang.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 Detail

      • 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.
    • Method Detail

      • parse

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