|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The *StringConverter interface that converts Objects into String for stocking, and String into Objects
Method Summary | |
String |
objectToString(Object obj)
Returns a string representation of a field so that it can be stored. |
Object |
stringToObject(String str)
Returns an object from a string, depending on the needed type. |
Method Detail |
public String objectToString(Object obj)
obj
- a persistent or primitive object
public Object stringToObject(String str)
str
- the value in a string format
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |