|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectStringConverter
Interface for an object that can be converted to/from a String. Used for datastores that allow persistence of Strings but not of a native Java type.
| Field Summary | |
|---|---|
static Localiser |
LOCALISER
Localiser for messages |
| Method Summary | |
|---|---|
java.lang.Object |
toObject(java.lang.String str)
Method to convert from String back to the object. |
java.lang.String |
toString(java.lang.Object obj)
Method to convert from the object to its String form |
| Field Detail |
|---|
static final Localiser LOCALISER
| Method Detail |
|---|
java.lang.String toString(java.lang.Object obj)
obj - The object
java.lang.Object toObject(java.lang.String str)
str - The string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||