Package com.sun.n1.util.enumx

Interface Summary
EnumFactoryX The EnumFactoryX allows a client to lookup all values defined for a particular EnumX subclass, and also lookup a particular value by its int or String value.
EnumX This interface represents a type safe enumeration and is meant to replace the interface com.sun.n1.util.enum.Enum and allow Java 5.0 compliant code to be authored.
 

Class Summary
EnumFactoryXImpl This class is the base implementation of the Enumumeration types.
EnumXImpl This class is the base implementation of the Enumumeration types.
 

Exception Summary
NoSuchEnumExceptionX Exception class indicating that an enum lookup failed.