Uses of Class
org.objectweb.jac.ide.EnumeratedType

Packages that use EnumeratedType
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of EnumeratedType in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide with parameters of type EnumeratedType
static void CodeGeneration.createEnumCode(EnumeratedType enum, File dir)
          Generate java sources for an enumerated type.
 void TypeRepository.addEnumeratedType(EnumeratedType type)
           
 void TypeRepository.removeEnumeratedType(EnumeratedType type)