com.cafesoft.core.data
Interface Validator

All Known Implementing Classes:
RegexStringValidator

public interface Validator

Validator defines an interface for validating an Object.

Since:
12/28/2006

Method Summary
 boolean validate(Object value)
          Validate a Object value.
 

Method Detail

validate

boolean validate(Object value)
Validate a Object value.

Parameters:
value - the Object value to be validated.
Returns:
true if the Object is valid and false if it is not.


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.