A constraint that compares a stepfield value with another value.
This corresponds with comparison operators <, =, > and LIKE in SQL SELECT-syntax.
author: Rob van Maris version: $Id: FieldCompareConstraint.java,v 1.4 2005/04/25 14:56:57 pierre Exp $ since: MMBase-1.7
Gets the operator used to compare values.
This must be one of the values declared here.
The value LIKE is allowed only when the associated field
is of string type.