com.cafesoft.core.field
Interface FieldValidationRule

All Known Implementing Classes:
DefaultFieldValidationRule, IntegerValidationRule, StringValidationRule

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

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

Throws:
InvalidFieldValueException - if the Field value in invalid.


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