|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A value converter is an object that can transform an object into a string or vice versa.
| Method Summary | |
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts an object to an attribute value. |
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a property value. |
| Method Detail |
public java.lang.String toAttributeValue(java.lang.Object o)
throws BeanException
o - the object.
BeanException - if there was an error during the conversion.
public java.lang.Object toPropertyValue(java.lang.String s)
throws BeanException
s - the string.
BeanException - if there was an error during the conversion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||