public interface TypeConvertor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.Object object,
java.lang.String param)
Convert the object from one type to another.
|
java.lang.Object convert(java.lang.Object object,
java.lang.String param)
throws java.lang.ClassCastException
object - The object to convertparam - The parameter for the convertor (null if is not specified)java.lang.ClassCastException - The object is not of the type
supported by this convertorIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com