Good point. I prefer a string.
Enums are problematic in dynamic situations since they generally require recompilation to change the set of classes. Integers don't have that problem, but they are more opaque than I like. On 2/18/08 1:21 PM, "Jason Rennie" <[EMAIL PROTECTED]> wrote: > Also, for the classification algorithms, do we have any standards for what > designates a class? A String? An Integer? An enum?
