| Color enumeration which demonstrates how to provide a view of the constants
in a different class to the Enum. This technique is the safest, however it
is obviously inconvenient as it involves defining two sets of constants.
See NestedLinked for an alternative.
author: Stephen Colebourne version: $Id: NestReferenced.java 437554 2006-08-28 06:21:41Z bayard $ |