Package org.apache.cocoon.forms.datatype.typeimpl

Class Summary
AbstractDatatype Abstract base class for Datatype implementations.
AbstractDatatypeBuilder Abstract base class for datatype builders, most concrete datatype builders will derive from this class.
BeanType The CForm type of a bean
BeanTypeBuilder Builder for BeanType
BooleanType A Datatype implementation for java.lang.Boolean's.
BooleanTypeBuilder Builds BooleanTypes.
CharType The char datatype.
CharTypeBuilder The builder for the char datatype.
DateType A Datatype implementation for java.util.Date's (so includes a time-component).
DateTypeBuilder Builds DateTypes.
DecimalType A Datatype implementation for decimal numbers (backed by the java.math.BigDecimal class).
DecimalTypeBuilder Builds DecimalTypes.
DoubleType A Datatype implementation for double numbers (backed by the java.lang.Double class).
DoubleTypeBuilder Builds DoubleTypes.
EnumType A Datatype implementation for types implementing Joshua Bloch's typesafe enum pattern.
EnumTypeBuilder Builds EnumTypes.
FloatType A Datatype implementation for float numbers (backed by the java.lang.Float class).
FloatTypeBuilder Builds FloatTypes.
IntegerType A Datatype implementation for whole numbers.
IntegerTypeBuilder Builds IntegerTypes.
LongType A Datatype implementation for whole numbers.
LongTypeBuilder Builds LongTypes.
StringType A Datatype implementation for strings.
StringTypeBuilder Builds StringTypes.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.