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

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

public class IntegerDataType
extends java.lang.Object
implements DataType

Representation of an integer datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

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

IntegerDataType

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