Package ch.sahits.codegen.wizards

Interface Summary
ICodeGeneratorDelegate This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
IFinalizableModel This interface defines the method needed by the wizard pages of a wizard to serialize the data of its fields into a object model
IGeneratorWrapper This interface defines the needed methods for a code generator wrapper class.
IJavaGenerationDefinitionFocus This interface defines the focus constant for a JavaGenerationDefinition page
IXMLSerializer This interface defines the functionality a XML serialisation class must provide.
 

Class Summary
ArtefactCodeGenerator This code generator is used to perform the code generation for any artefacts.
BasicGeneralCodeGenerator This basic generator class defines the basis for code generation.
DynamicDBGenerationCode This class defines the ways the input data is retrieved.
GeneralCodegenUtilities This class provides some utilities that are used for the general artifact code generation.
HeadlessArtefactGenerator This class provides an entry point for a headless code generation.
MinimalArtifactDelegate Delegate for the Artefact Generator for Headless use
 

Enum Summary
ECodeGenerationWizard This Enumeration holdes the different values of Code generators
EGenerationType This enumeration holds the values for the ways to generate the code.