Package com.sun.n1.util.enum

Interface Summary
Enum An interface for strongly typed enumerations.
EnumFactory An enum factory allows a client to lookup all values defined for a particular Enum subclass, and also lookup a particular value by its int or String value.
 

Class Summary
EnumFactoryImpl This class is the base implementation of the Enumumeration types.
EnumImpl This class is the base implementation of the Enumumeration types.
 

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