SingleConstraintSpec

SingleConstraintSpec

Superclass
ConstraintSpec

Subclasses
none

Referenced By
ConstraintSpec, SingleConstraintSpec, SingleEditorValues, ReportGraphSpecs,
SeparatingElementSpec

This class holds a single constraint.  It cannot be dependent on other constraints, but
only on the returned result of the query.  It constrains on a single field, and if the
value of the returned row on that field is included in the acceptable values, then the
object returns true.  The boolean value is inverted if told to do so.

Instance Variables
fieldName <String> The field to look at.
acceptableValues <Collection> The acceptable values of the field. Class Variables none Contacts jku@cat.ncsa.uiuc.edu