Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Packages that use DataExchangeTransferType Package Description com.orchestranetworks.addon.dataexchange Classes and interfaces to call EBX Data Exchange Add-on import, export and transfer data. -
-
Uses of DataExchangeTransferType in com.orchestranetworks.addon.dataexchange
Fields in com.orchestranetworks.addon.dataexchange declared as DataExchangeTransferType Modifier and Type Field Description static DataExchangeTransferTypeDataExchangeTransferType. TRANSFER_DATADeprecated.A transfer type corresponding to transfer data action.static DataExchangeTransferTypeDataExchangeTransferType. UNKNOWNDeprecated.An unknown transfer type.Methods in com.orchestranetworks.addon.dataexchange that return DataExchangeTransferType Modifier and Type Method Description DataExchangeTransferTypeDataExchangeTransferSpec. getTransferType()Deprecated.Returns the transfer type (DataExchangeTransferType) of the specified value.static DataExchangeTransferTypeDataExchangeTransferType. parse(java.lang.String value)Deprecated.Returns a transfer type by given stringvalue.Methods in com.orchestranetworks.addon.dataexchange with parameters of type DataExchangeTransferType Modifier and Type Method Description voidDataExchangeTransferSpec. setTransferType(DataExchangeTransferType transferType)Deprecated.Sets the transfer type (DataExchangeTransferType) to the specified value.
-