On Wed, 17 Aug 2005 11:12:09 GMT, "jan V" <> wrote or quoted
:
>
>What do you mean by an "enum function" ? (checked your glossary, you don't
>seem to have an entry for this concept)
check out
http://mindprod.com/jgloss/enum.html
I did a fairly major update on it late last night.
There are there flavours of enum methods:
1. common code for all, each uses a different constants passed in the
constructor.
2. all enum constants implement a common method a different way.
Constants override an abstract method is the enum itself.
3. some enum constants implement a method, and others do not.