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

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

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

Representation of a boolean datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

Constructor Summary
BooleanDataType()
           
 
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

BooleanDataType

public BooleanDataType()
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