Class DataExchangeTransferType

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

public final class DataExchangeTransferType extends Object
Deprecated.
Since 2.3.0, replaced by ServiceType.
This class defines all transfer types that are used for the Transfer data service.
Since:
2.0.0
  • Field Details

    • TRANSFER_DATA

      public static final DataExchangeTransferType TRANSFER_DATA
      Deprecated.
      A transfer type corresponding to transfer data action.
    • UNKNOWN

      public static final DataExchangeTransferType UNKNOWN
      Deprecated.
      An unknown transfer type.
  • Method Details

    • parse

      public static DataExchangeTransferType parse(String value)
      Deprecated.
      Returns a transfer type by given string value.
    • isTransferData

      public boolean isTransferData()
      Deprecated.
      Returns true if transfer type is TRANSFER_DATA.
    • isUnknown

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

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