Uses of Interface
de.ispsoft.jaxme.generator.Configurable

Packages that use Configurable
de.ispsoft.jaxme.generator   
de.ispsoft.jaxme.generator.dtd   
de.ispsoft.jaxme.generator.parselets   
de.ispsoft.jaxme.generator.parserdata   
de.ispsoft.jaxme.generator.visitors   
 

Uses of Configurable in de.ispsoft.jaxme.generator
 

Subinterfaces of Configurable in de.ispsoft.jaxme.generator
 interface SchemaReader
          A SchemaReader is responsible for reading a schema definition.
 interface SourceWriter
          A SourceWriter is called by the Generator.
 

Classes in de.ispsoft.jaxme.generator that implement Configurable
 class BeanWriter
           A subclass of the JavaSourceGenerator which generates EJB Entity beans with bean managed persistence.
 class ComparatorWriter
          This is a SourceWriter that generates a Comparator for sorting a JaxMe element by its various attributes and/or child elements.
 class ConfigurableImpl
          Default implementation for a Configurable item.
 class DebugWriter
          A SourceWriter that emits a structure tree on System.out.
 class JavaSourceWriter
          This class generates the actual Java sources for the Java/XML binding.
 class JdbcJavaSourceWriter
          This class generates the actual Java sources for the Java/XML binding with JDBC mapping.
 class SampleWriter
          The SampleWriter creates sample instances matching the specified XML schema.
 class SchemaReaderImpl
          An abstract default implementation for SchemaReaders.
 class SourceWriterImpl
          A base class for implementing SourceWriters.
 class XsdJdbcSchemaReader
          A SchemaReader for XML Schemas with JDBC mappings.
 class XsdSchemaReader
          A SchemaReader for XML Schemas.
 class XsdSchemaWriter
          Saves the schema into an XML Schema file.
 

Methods in de.ispsoft.jaxme.generator with parameters of type Configurable
 void Generator.configure(Configurable pConfigurable)
          Configures the given Configurable with the options returned by getOptions().
 

Uses of Configurable in de.ispsoft.jaxme.generator.dtd
 

Classes in de.ispsoft.jaxme.generator.dtd that implement Configurable
 class DTDSchemaReader
          A SchemaReader reading a DTD (Document Type Declaration).
 

Uses of Configurable in de.ispsoft.jaxme.generator.parselets
 

Classes in de.ispsoft.jaxme.generator.parselets that implement Configurable
 class ParseletWriter
          Generates source code for working with Parselets.
 

Uses of Configurable in de.ispsoft.jaxme.generator.parserdata
 

Methods in de.ispsoft.jaxme.generator.parserdata with parameters of type Configurable
 java.lang.String JdbcParserData.getUser(Configurable pConfigurable)
          Returns the connections user name.
 java.sql.Connection JdbcParserData.getConnection(Configurable pConfigurable)
          Opens an SQL connection.
 

Uses of Configurable in de.ispsoft.jaxme.generator.visitors
 

Classes in de.ispsoft.jaxme.generator.visitors that implement Configurable
 class VisitorWriter
          A SourceWriter for creating visitors.