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

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

public class StringDataType
extends java.lang.Object
implements DataType

Representation of a string datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

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

StringDataType

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