Package org.formproc.conversion

Package which contains classes for converting from one data type to another.

See:
          Description

Interface Summary
TypeConverter Interface which must be implemented by all type converters.
 

Class Summary
AbstractTypeConverter Base abstract class for TypeConverter implementations.
BigDecimalConverter TypeConverter which converts to a BigDecimal.
BigIntegerConverter TypeConverter which converts to a BigInteger.
BooleanConverter TypeConverter which converts to an Boolean.
ByteConverter TypeConverter which converts to a Byte.
CharacterConverter TypeConverter which converts to a Character.
DateConverter TypeConverter which converts to a Date.
DoubleConverter TypeConverter which converts to a Double.
FloatConverter TypeConverter which converts to a Float.
IntegerConverter TypeConverter which converts to an Integer.
LongConverter TypeConverter which converts to a Long.
NumberConverter TypeConverter which converts to a Number.
ShortConverter TypeConverter which converts to a Short.
 

Package org.formproc.conversion Description

Package which contains classes for converting from one data type to another. This package is useful in cases where the incoming data object type from the form does not match the data type for the write method of the target object.



Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.