org.drools.ruleflow.common.datatype.impl.type
Class FloatDataType

java.lang.Object
  extended by org.drools.ruleflow.common.datatype.impl.type.FloatDataType
All Implemented Interfaces:
java.io.Serializable, DataType

public final class FloatDataType
extends java.lang.Object
implements DataType

Representation of a float datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

Constructor Summary
FloatDataType()
           
 
Method Summary
 boolean verifyDataType(java.lang.Object value)
          Returns true if the given value is a valid value of this data type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatDataType

public FloatDataType()
Method Detail

verifyDataType

public boolean verifyDataType(java.lang.Object value)
Description copied from interface: DataType
Returns true if the given value is a valid value of this data type.

Specified by:
verifyDataType in interface DataType