Method Summary |
|
public Class | getMemoryType() Retrieves the java type corresponding to the type in memory. |
public Class | getStorageType() Retrieves the java type corresponding to the type into the data support. |
public Object | toMemory(Object storagevalue) Converts a value from the data support into a value in memory
Parameters: storagevalue - is the value store in the support (can be null). |
public Object | toStorage(Object memoryvalue) Converts a value from the data support into a value in memory
Parameters: memoryvalue - the value in memory (can be null). |