| org.apache.turbine.services.intake.validator.CompareCallback
CompareCallback | public interface CompareCallback (Code) | | Interface to define the compare operation betwen two field values
author: Thomas Vandahl version: $Id: DateStringValidator.java 534527 2007-05-02 16:10:59Z tv $ |
compareValues | public boolean compareValues(int compare, Object thisValue, Object refValue) throws ClassCastException(Code) | | Compare the given values using the compare operation provided
Parameters: compare - type of compare operation Parameters: thisValue - value of this field Parameters: refValue - value of the reference field the result of the comparison |
|
|