Class DataExchangeTransferOption

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

public final class DataExchangeTransferOption extends Object
Deprecated.
No replacement. The system will check the compatibility automatically.
This class defines all options that are used for the transfer data service.
Since:
2.0.0
  • Field Details

    • IN_SAME_DATA_MODEL

      public static final DataExchangeTransferOption IN_SAME_DATA_MODEL
      Deprecated.
      An option defines that data will be transferred between datasets that share the same data model.
    • IN_OTHER_DATA_MODEL

      public static final DataExchangeTransferOption IN_OTHER_DATA_MODEL
      Deprecated.
      An option defines that data will be transferred between datasets that do not share the same data model.
    • UNKNOWN

      public static final DataExchangeTransferOption UNKNOWN
      Deprecated.
      An option corresponding to an unknown execution.
  • Method Details

    • parse

      public static DataExchangeTransferOption parse(String value)
      Deprecated.
      Returns a transfer mode by the given string value.
    • isInSameDataModel

      public boolean isInSameDataModel()
      Deprecated.
      Returns true if the transfer option is IN_SAME_DATA_MODEL.
    • isInOtherDataModel

      public boolean isInOtherDataModel()
      Deprecated.
      Returns true if the transfer option is IN_OTHER_DATA_MODEL.
    • isUnknown

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

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