Basic implementation.
The tested operation is equality, unless it is explicitly set.
author: Rob van Maris version: $Id: BasicFieldValueConstraint.java,v 1.12 2006/10/16 12:56:57 pierre Exp $ since: MMBase-1.7
setValue(Object value) Sets value property.
Depending on the field type, the value must be of type
String or Number.
Parameters: value - The non-null property value.
Constructor.
Depending on the field type, the value must be of type
String or Number.
Parameters: field - The associated field. Parameters: value - The non-null property value. throws: IllegalArgumentException - when an invalid argument is supplied.
Sets value property.
Depending on the field type, the value must be of type
String or Number.
Parameters: value - The non-null property value. This BasicFieldValueConstraint instance. throws: IllegalArgumentException - when an invalid argument is supplied.