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 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.