Basic implementation.
author: Rob van Maris version: $Id: BasicFieldValueBetweenConstraint.java,v 1.9 2006/10/16 12:56:57 pierre Exp $ since: MMBase-1.7
Depending on the field type, the limit values must be of type
String or Number.
Parameters: field - The associated field. Parameters: lowerLimit - The lower limit. Parameters: upperLimit - The upper limit. throws: IllegalArgumentException - when an invalid argument is supplied.
Depending on the field type, the value must be of type
String or Number.
Parameters: lowerLimit - The non-null lower limit property value. This BasicFieldValueBetweenConstraint instance. throws: IllegalArgumentException - when an invalid argument is supplied.
Depending on the field type, the value must be of type
String or Number.
Parameters: upperLimit - The non-null upper limit property value. This BasicFieldValueBetweenConstraint instance. throws: IllegalArgumentException - when an invalid argument is supplied.