Uses of Class
de.ispsoft.jaxme.generator.Generator

Packages that use Generator
de.ispsoft.jaxme.generator   
 

Uses of Generator in de.ispsoft.jaxme.generator
 

Fields in de.ispsoft.jaxme.generator declared as Generator
protected  Generator SourceWriterImpl.generator
           
 

Methods in de.ispsoft.jaxme.generator that return Generator
 Generator SourceWriterImpl.getGenerator()
          Returns the generator.
 Generator SchemaReaderImpl.getGenerator()
          Returns the Generator that maintains this SchemaReader, if any, or null.
 Generator SchemaReader.getGenerator()
          Returns the Generator that maintains this SchemaReader, if any, or null.
 

Methods in de.ispsoft.jaxme.generator with parameters of type Generator
 void SourceWriterImpl.setGenerator(Generator g)
          Sets the generator.
 void SchemaReaderImpl.setGenerator(Generator pGenerator)
          Sets the Generator that maintains this SchemaReader, if any.
 void SchemaReader.setGenerator(Generator pGenerator)
          Sets the Generator that maintains this SchemaReader, if any.