Uses of Class
ch.sahits.codegen.input.EDBConnectionData

Packages that use EDBConnectionData
ch.sahits.codegen.input   
ch.sahits.codegen.java.gui.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.php   
ch.sahits.codegen.xml   
 

Uses of EDBConnectionData in ch.sahits.codegen.input
 

Methods in ch.sahits.codegen.input that return EDBConnectionData
 EDBConnectionData IInputParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
static EDBConnectionData EDBConnectionData.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EDBConnectionData[] EDBConnectionData.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EDBConnectionData in ch.sahits.codegen.java.gui.input
 

Methods in ch.sahits.codegen.java.gui.input that return EDBConnectionData
 EDBConnectionData XHTMLModelParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 

Uses of EDBConnectionData in ch.sahits.codegen.java.input
 

Methods in ch.sahits.codegen.java.input that return EDBConnectionData
 EDBConnectionData CSVInputFileParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 EDBConnectionData ClassFileParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 EDBConnectionData SQLCreateScriptInput.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 EDBConnectionData XMLTableParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 

Uses of EDBConnectionData in ch.sahits.codegen.php
 

Methods in ch.sahits.codegen.php that return EDBConnectionData
 EDBConnectionData PHPXMLInputParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 

Uses of EDBConnectionData in ch.sahits.codegen.xml
 

Methods in ch.sahits.codegen.xml that return EDBConnectionData
 EDBConnectionData WebserviceParser.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.
 EDBConnectionData XMLParserWithoutDB.needsDataBaseInformationForCompleetion()
          Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed.