com.jgoodies.validation
Interface Validatable


public interface Validatable

Describes an object that can be validated, or in other words a self-validatable object. In contrast a Validator can validate other objects.

Since:
2.0
Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch
See Also:
ValidationResult

Method Summary
 ValidationResult validate()
          Validates this object and returns a ValidationResult.
 

Method Detail

validate

ValidationResult validate()
Validates this object and returns a ValidationResult.

Returns:
the validation result


Copyright © 2003-2011 JGoodies Karsten Lentzsch. All Rights Reserved.