Class DataExchangeTransferOption
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final DataExchangeTransferOptionDeprecated.An option defines that data will be transferred between datasets that do not share the same data model.static final DataExchangeTransferOptionDeprecated.An option defines that data will be transferred between datasets that share the same data model.static final DataExchangeTransferOptionDeprecated.An option corresponding to an unknown execution. - 
Method Summary
Modifier and TypeMethodDescriptiongetValue()Deprecated.Returns stringvalueofthis.booleanDeprecated.Returnstrueif the transfer option isIN_OTHER_DATA_MODEL.booleanDeprecated.Returnstrueif the transfer option isIN_SAME_DATA_MODEL.booleanDeprecated.Returnstrueif transfer option isUNKNOWN.static DataExchangeTransferOptionDeprecated.Returns a transfer mode by the given stringvalue. 
- 
Field Details
- 
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
Deprecated.An option defines that data will be transferred between datasets that do not share the same data model. - 
UNKNOWN
Deprecated.An option corresponding to an unknown execution. 
 - 
 - 
Method Details
- 
parse
Deprecated.Returns a transfer mode by the given stringvalue. - 
isInSameDataModel
public boolean isInSameDataModel()Deprecated.Returnstrueif the transfer option isIN_SAME_DATA_MODEL. - 
isInOtherDataModel
public boolean isInOtherDataModel()Deprecated.Returnstrueif the transfer option isIN_OTHER_DATA_MODEL. - 
isUnknown
public boolean isUnknown()Deprecated.Returnstrueif transfer option isUNKNOWN. - 
getValue
Deprecated.Returns stringvalueofthis. 
 -