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

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

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

Representation of an undefined datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

Constructor Summary
UndefinedDataType()
           
 
Method Summary
static UndefinedDataType getInstance()
           
 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

UndefinedDataType

public UndefinedDataType()
Method Detail

getInstance

public static UndefinedDataType getInstance()

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