Uses of Interface
ch.sahits.model.IInputObjectModel

Packages that use IInputObjectModel
ch.sahits.codegen.java.wizards   
ch.sahits.codegen.ui.wizards   
ch.sahits.codegen.wizards   
 

Uses of IInputObjectModel in ch.sahits.codegen.java.wizards
 

Subinterfaces of IInputObjectModel in ch.sahits.codegen.java.wizards
 interface IJavaCodeGeneratorDelegate
          This interface adds specific methods for the generator delegate for Java classes.
 

Uses of IInputObjectModel in ch.sahits.codegen.ui.wizards
 

Subinterfaces of IInputObjectModel in ch.sahits.codegen.ui.wizards
 interface ICodeGeneratorUIDelegate
          This interface extends the ICodeGeneratorDelegate with UI functionality
 interface IJavaCodeGeneratorUIDelegate
          Delegate interface for java classes generated from the UI
 

Methods in ch.sahits.codegen.ui.wizards that return IInputObjectModel
 IInputObjectModel ArtefactCodegenModelWizard.getModel()
          Retrieve model artefact to be generated
 

Uses of IInputObjectModel in ch.sahits.codegen.wizards
 

Subinterfaces of IInputObjectModel in ch.sahits.codegen.wizards
 interface ICodeGeneratorDelegate
          This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
 

Classes in ch.sahits.codegen.wizards that implement IInputObjectModel
 class MinimalArtifactDelegate
          Delegate for the Artefact Generator for Headless use
 

Methods in ch.sahits.codegen.wizards that return IInputObjectModel
 IInputObjectModel IXMLSerializer.deserialize()
          Generate a ch.sahits.codegen.java.internal.wizards.IGeneratedClass that also implements IInputObjectModelfrom the XML file
 

Methods in ch.sahits.codegen.wizards with parameters of type IInputObjectModel
 void IXMLSerializer.serialize(IInputObjectModel genClass)
          Serialize the GeneratedClass object into the xml file