public interface ITransferable extends Transferrable
Modifier and Type | Method and Description |
---|---|
Class |
getTransferDataType(Object dataInterface)
Get the appropriate type of data for transfer to/from the specified data interface object.
|
getSetTransferData
Class getTransferDataType(Object dataInterface)
dataInterface
- the object that provides an interface between the data and the user.