> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pierre van Rooden > > As such, I wish to propose to change > FieldValueBetweenConstraint so the > getUpperLimit() / get Lowerlimit() methods return the actual > object, and > not a String. Changes needed for this change in the interface are, as > far as I can tell, only required in core classes.
As it stands your proposal is incomplete. You'll need to change the FieldValueInConstraint code as well, as its method getValues() will have to return a list of Objects instead of Strings for the same reasons. Technically speaking its interfase is not affected by this - the return type of getValues() remains List - but both the code and the contract are affected. Please restate your proposal to include this as well. Rob van Maris Technical Consultant Quantiq xmedia & communication solutions Koninginneweg 11-13 1217 KP Hilversum T +31 (0)356257211 M +31 (0)651444006 E [EMAIL PROTECTED] W http://www.quantiq.com _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
