From: <[EMAIL PROTECTED]> > /** > + * the index of the selected value in the array. > + */ > + protected int index;
IMHO, wouldn't it be tighter if you mark this private and provide a "protected final int getIndex()" method? This way it is ensured that EnumeratedAttribute has control over the value of the index variable. Cheers, Magesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
