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.
|
getSetTransferDataClass getTransferDataType(Object dataInterface)
dataInterface - the object that provides an interface between the data and the user.