Uses of Interface
ch.sahits.model.IOutputFileModel

Packages that use IOutputFileModel
ch.sahits.codegen.generator   
ch.sahits.codegen.model   
ch.sahits.codegen.output   
ch.sahits.codegen.php   
ch.sahits.codegen.wizards   
ch.sahits.model   
 

Uses of IOutputFileModel in ch.sahits.codegen.generator
 

Fields in ch.sahits.codegen.generator declared as IOutputFileModel
protected  IOutputFileModel BasicAxis2ModelGenerator.model
          Model that defines the setup
 

Methods in ch.sahits.codegen.generator with parameters of type IOutputFileModel
 IGeneratedObject HibernateConfigurationCreator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 IGeneratedObject IGeneralGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 IGeneratedObject BasicAxis2ModelGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 void HibernateConfigurationCreator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IDBTable.
 void IGeneralGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The exact type of the model is arbitrary to the implementing class.
 void Axis2MessageInOutReciever.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void Axis2ServiceStubGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void Axis2ServiceXMLGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void BasicAxis2ModelGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IWebservice.
 

Constructors in ch.sahits.codegen.generator with parameters of type IOutputFileModel
AxisWSDL2JavaWrapper(IWebservice ws, IOutputFileModel model)
          Initialize the generator with the specific model data
 

Uses of IOutputFileModel in ch.sahits.codegen.model
 

Methods in ch.sahits.codegen.model with parameters of type IOutputFileModel
 IGeneratedObject BasicModelGenerator.initModel(IProgressMonitor monitor, IOutputFileModel model, IBasicDBDefinitionPage dbDefintionPage)
          Create and initialize a model for the class to be generated
 

Uses of IOutputFileModel in ch.sahits.codegen.output
 

Fields in ch.sahits.codegen.output declared as IOutputFileModel
protected  IOutputFileModel XMLStringOutput.model
          Model that defines the setup
 

Uses of IOutputFileModel in ch.sahits.codegen.php
 

Methods in ch.sahits.codegen.php with parameters of type IOutputFileModel
 IGeneratedObject PHPCodeGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 void PHPCodeGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IPHPDBModel.
 

Uses of IOutputFileModel in ch.sahits.codegen.wizards
 

Methods in ch.sahits.codegen.wizards with parameters of type IOutputFileModel
static MinimalArtifactDelegate MinimalArtifactDelegate.convert(IOutputFileModel model)
          Convert an object of the superclass into an object of this class
 void IFinalizableModel.finalizePage(IOutputFileModel model)
          Fill in the page data with data from the model
 

Uses of IOutputFileModel in ch.sahits.model
 

Methods in ch.sahits.model that return IOutputFileModel
static IOutputFileModel ModelFactory.newOutputModel()
          Deprecated. the IOutputFileModel should be created through a builder
 

Methods in ch.sahits.model that return types with arguments of type IOutputFileModel
 java.lang.Class<? extends IOutputFileModel> IOutputFileModelBuilder.getImplementingClass()
          Retrieve the class object of the implementing class
 

Methods in ch.sahits.model with parameters of type IOutputFileModel
 IOutputFileModelBuilder IOutputFileModelBuilder.outputFileModel(IOutputFileModel model)
          Initialize the builder with an instance of an IOutputFileModel