I am developing some actions that handle the Comparators of the Criteria in a Generic way, so I need to pass them as parameters and return them. But the implementation of the SqlEnum is based in the java idiom (I supouse):
http://c2.com/cgi/wiki?AvoidFinalStringsForUniqueTypes That's better than the String hanlding. But the class itself if "friendly" not public, so I can't reference the class itself, only the public members. Isn't it possible to implement AvoidFinalStringsForUniqueTypes with a public class. So I can use SqlEnum in the signature of my methods? Regards. An�bal Rojas [EMAIL PROTECTED] www.valhallaproject.com 58+212+242.66.62 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
