Uses of Interface
net.sf.jaxme.generator.Generator

Packages that use Generator
net.sf.jaxme.generator   
net.sf.jaxme.generator.impl   
net.sf.jaxme.generator.sg   
net.sf.jaxme.generator.sg.impl   
 

Uses of Generator in net.sf.jaxme.generator
 

Methods in net.sf.jaxme.generator that return Generator
 Generator SchemaReader.getGenerator()
          Returns the Generator controlling the SchemaReader.
 

Methods in net.sf.jaxme.generator with parameters of type Generator
 void SchemaReader.setGenerator(Generator pGenerator)
          Sets the Generator controlling the SchemaReader.
 

Uses of Generator in net.sf.jaxme.generator.impl
 

Classes in net.sf.jaxme.generator.impl that implement Generator
 class GeneratorImpl
          The Generator is reading an input schema.
 

Methods in net.sf.jaxme.generator.impl that return Generator
 Generator SchemaReaderImpl.getGenerator()
           
 

Methods in net.sf.jaxme.generator.impl with parameters of type Generator
 void SchemaReaderImpl.setGenerator(Generator pGenerator)
           
 

Uses of Generator in net.sf.jaxme.generator.sg
 

Methods in net.sf.jaxme.generator.sg that return Generator
 Generator SGFactoryChain.getGenerator(SGFactory pController)
           
 Generator SGFactory.getGenerator()
          Returns the Generator.
 

Uses of Generator in net.sf.jaxme.generator.sg.impl
 

Methods in net.sf.jaxme.generator.sg.impl that return Generator
 Generator SGFactoryImpl.getGenerator()
           
 Generator SGFactoryChainImpl.getGenerator(SGFactory pController)
           
 Generator JaxMeJdbcSG.getGenerator(SGFactory pFactory)
           
 Generator JAXBSGFactory.getGenerator(SGFactory pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type Generator
protected  SGFactoryChain JAXBSchemaReader.newSGFactoryChain(Generator pGenerator)
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type Generator
JaxMeSGFactory(Generator pGenerator)
           
JAXBSGFactory(Generator pGenerator)