org.castor.jdo.engine
public abstract static class SQLTypeConverters.Convertor extends Object implements TypeConvertor
Constructor Summary | |
---|---|
Convertor(Class fromType, Class toType)
Construct a Converter between given fromType an toType.
|
Method Summary | |
---|---|
abstract Object | convert(Object obj, String pm) |
Class | fromType()
Get the type being converted from.
|
String | toString() |
Class | toType()
Get the type being converted to.
|
Parameters: fromType The type being converted from. toType The type being converted to.
Returns: The type being converted from.
See Also: java.lang.Object#toString()
Returns: The type being converted to.