users@jaxb.java.net

Re: Getting Enumerations using API

From: Brandon Franklin <brandon_at_thoughtriver.com>
Date: Wed, 14 May 2003 10:31:35 +0930

> I think the bug that Ryan referenced describes the issue fairly well and
the
> methods that would be necessary (
> http://developer.java.sun.com/developer/bugParade/bugs/4846709.html ).
>
> My only additional concern might be the proper behavior of the getValues()
> and getMembers() methods (mentioned in the bug report / RFE) when the type
> had been extended/restricted and the enum class was therefore a subclass
of
> another enum class.

Maybe you should add a comment about that to the bug itself?

-Brandon