Class DataExchangeTransferOption


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

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

      • parse

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