com.bea.wli.datatype
Interface DataTypeValueValidator

All Superinterfaces:
Serializable

public interface DataTypeValueValidator
extends Serializable

A validator that may be plugged into a tool environment to allow data type values to created, checked for validity with respect to any formatting, range, or other constraints appropriate for this data type.


Method Summary
 Object newInstance()
           
 void validateValue(Object value)
           
 

Method Detail

newInstance

Object newInstance()
                   throws DataTypeException
Throws:
DataTypeException

validateValue

void validateValue(Object value)
                   throws DataTypeException
Throws:
DataTypeException