Uses of Interface
net.walend.enum.Singleton

Packages that use Singleton
net.walend.enum.generator This package contains a simple code generator to create Enums quickly from XML files. 
net.walend.enum.test   
 

Uses of Singleton in net.walend.enum.generator
 

Classes in net.walend.enum.generator that implement Singleton
 class EnumInfoBuilder
          Gathers up the info and constructs an EnumInfo object for an EnumSourceBuilder.
 class EnumSourceBuilder
          Builds the Enums from an XML spec into .java source files.
 

Uses of Singleton in net.walend.enum.test
 

Classes in net.walend.enum.test that implement Singleton
 class Operations
          Operations is an Enum of mathematical operations I use as a test case.
static class Operations.Add
           
 



Copyright (c) 2001, 2002, David Walend