This project has retired. For details please refer to its
Attic page .
FloatType (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.datatype.typeimpl
Class FloatType
java.lang.Object
org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
org.apache.cocoon.forms.datatype.typeimpl.FloatType
All Implemented Interfaces: Datatype
public class FloatType extends AbstractDatatype
A Datatype implementation
for float numbers (backed by the java.lang.Float class).
Version:
$Id: FloatType.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Methods inherited from class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
addValidationRule , convertFromString , convertToString , generateSaxFragment , getBuilder , getConvertor , getPlainConvertor , isArrayType , setArrayType , setBuilder , setConvertor , validate
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
FloatType
public FloatType ()
getTypeClass
public Class getTypeClass ()
Description copied from interface: Datatype
Gets the class object for the type represented by this datatype. E.g. Long, String, ...
The objects returned from the convertFromString* methods are of this type, and the object
passed to the convertToString* or validate methods should be of this type.
getDescriptiveName
public String getDescriptiveName ()
Description copied from interface: Datatype
Returns a descriptive name for the base type of this datatype,
i.e. something like 'string', 'long', 'decimal', ...
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.