com.cafesoft.core.field
Interface FieldValidationRule

All Known Implementing Classes:
DefaultFieldValidationRule

public interface FieldValidationRule

Defines the interface for a constraint governing valid field values.

Since:
7/18/03

Method Summary
 void validate(Object fieldValue)
          Assert validity of a Field value.
 

Method Detail

validate

public void validate(Object fieldValue)
              throws InvalidFieldValueException
Assert validity of a Field value.

Throws:
InvalidFieldValueException - if the Field value in invalid.


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.