|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides for the basic functionality of reading and writing configuration elements from and two configuration storage mechanisms. This works with configuration types that use string-based formats as their underlying types.
Copyright 2002 Sapient
| Method Summary | |
Object |
toObject(Class returnType,
String stringValue)
Translates the String representation of data in an object version |
String |
toString(Object objectValue)
Translates the an Object into the string version of itself |
| Method Detail |
public String toString(Object objectValue)
objectValue - The object to be translated
public Object toObject(Class returnType,
String stringValue)
throws TypeConversionException
returnType - the type of the return valuestringValue - the string representation of the data
TypeConversionException - when there is a formatting problem
with the supplied string data
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||