java.lang.Cloneable, TypeConvertor, TypeConvertorAbstractDateTypeConvertor, AbstractLobTypeConvertor, AbstractSimpleTypeConvertor, BooleanToBigDecimal, BooleanToInteger, BooleanToShort, BooleanToString, LongToCastorTime, StringToBooleanpublic abstract class AbstractTypeConvertor extends java.lang.Object implements TypeConvertor
| Constructor | Description |
|---|---|
AbstractTypeConvertor(java.lang.Class<?> fromType,
java.lang.Class<?> toType) |
Construct a Converter between given fromType an toType.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
Creates and returns a copy of this object.
|
java.lang.Class<?> |
fromType() |
Get the type being converted from.
|
java.lang.String |
toString() |
|
java.lang.Class<?> |
toType() |
Get the type being converted to.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, convert, parameterizepublic AbstractTypeConvertor(java.lang.Class<?> fromType,
java.lang.Class<?> toType)
fromType - The type being converted from.toType - The type being converted to.public final java.lang.Object clone()
clone in interface TypeConvertorclone in class java.lang.Objectpublic final java.lang.Class<?> fromType()
fromType in interface TypeConvertorpublic final java.lang.Class<?> toType()
toType in interface TypeConvertorpublic final java.lang.String toString()
toString in class java.lang.ObjectIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com