public interface IFieldTransfer
Modifier and Type | Method and Description |
---|---|
boolean |
canDoGetSet(boolean canDoGet)
Return if the IFieldTransfer can do a getFieldValue() or setFieldValue().
|
Class |
getFieldType() |
boolean |
getFieldValue(Object obj,
FetchData fd,
Wrapper dest) |
boolean |
setFieldValue(Object obj,
FetchData fetchData,
Wrapper value) |
boolean canDoGetSet(boolean canDoGet)
canDoGet
- true to see if it can do a get, false to see if it can do a set.Class getFieldType()