A B C D E F G H I J K L M N O P Q R S T U V W X

G

GeneralCodegenUtilities - Class in ch.sahits.codegen.wizards
This class provides some utilities that are used for the general artifact code generation.
GeneralCodegenUtilities() - Constructor for class ch.sahits.codegen.wizards.GeneralCodegenUtilities
 
GeneralHeadlessXMLSerializerFactory - Class in ch.sahits.codegen.input
This class provides a headless implementation for the XML Serializer.
GeneralHeadlessXMLSerializerFactory() - Constructor for class ch.sahits.codegen.input.GeneralHeadlessXMLSerializerFactory
Default constructor may only be called from within the class hierarchy
GeneralXMLSerializerFactory - Class in ch.sahits.codegen.ui.input
Serializer factory for the serializer of a general Code generation.
GeneralXMLSerializerFactory() - Constructor for class ch.sahits.codegen.ui.input.GeneralXMLSerializerFactory
Default constructor may only be called from within the class hierarchy
generate() - Method in class ch.sahits.codegen.generator.Axis2MessageInOutReciever
Generate the file reference and delegate the creation of the file to AxisWSDL2JavaWrapper
generate() - Method in class ch.sahits.codegen.generator.Axis2ServiceStubGenerator
Generate the file reference and delegate the creation of the file to AxisWSDL2JavaWrapper
generate() - Method in class ch.sahits.codegen.generator.Axis2ServiceXMLGenerator
Generate the file reference and delegate the creation of the file to AxisWSDL2JavaWrapper
generate() - Method in class ch.sahits.codegen.generator.AxisWSDL2JavaWrapper
Generate all output that is needed
generate() - Method in class ch.sahits.codegen.generator.HibernateConfigurationCreator
Generate a Hibernate XML configuration file and return it as a String
generate() - Method in interface ch.sahits.codegen.generator.IBaseGenerator
This method invokes the generation of the java class that representation is returned as a String
generate() - Method in interface ch.sahits.codegen.generator.IGeneralFileGenerator
Generate the code for the output file.
generate() - Method in interface ch.sahits.codegen.generator.IGeneralStringGenerator
Generate the code for the output file.
generate(IProgressMonitor) - Method in class ch.sahits.codegen.generator.JETGateway
Invokes the JETemplate specified in the Config with the model specified in the Config and returns the generated text as a String.
generate() - Method in class ch.sahits.codegen.generator.JETGateway
Generate the code by passing the call to JETGateway.generate(IProgressMonitor)
generate() - Method in class ch.sahits.codegen.generator.WSDLGenerator
Generate the file by calling the main method of Java2WSDL
generate() - Method in class ch.sahits.codegen.java.generator.ast.AbstractJETASTGenerator
Generate the code
generate() - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Generate the code
generate() - Method in class ch.sahits.codegen.java.generator.ast.ASTGenerator
Pass the generation to the specified generator class.
generate() - Method in interface ch.sahits.codegen.java.generator.ast.IASTGenerator
Do the generation of the code
generate() - Method in class ch.sahits.codegen.java.generator.ast.PureASTOracleDAOGenerator
Coordinate the generation of the code.
generate(IProgressMonitor) - Method in class ch.sahits.codegen.java.generator.jettemplate.AbstractJETTemplateGenerator
This generation method creates a jetemplate and then calls onto the generation of the super class
generate() - Method in class ch.sahits.codegen.php.PHPCodeGenerator
Generat a PHP class based on a IPHPDBModel that implements the toString method.
generate() - Method in interface ch.sahits.codegen.wizards.IGeneratorWrapper
Generate the files
generateASTCode() - Method in class ch.sahits.codegen.example.generator.ast.DAOGenerator
Generate the additional AST Code
generateASTCode() - Method in class ch.sahits.codegen.java.generator.ast.AbstractJETASTGenerator
This methods adds the AST parts to the code
generateASTCode() - Method in class ch.sahits.codegen.java.generator.ast.JETASTGenerator
This methods adds the AST parts to the code
GeneratedClass - Class in ch.sahits.model
This class is a container for all data class for classes to be generated.
GeneratedClass(String) - Constructor for class ch.sahits.model.GeneratedClass
 
GeneratedJavaClass - Class in ch.sahits.model.java
This class is the Java specific extension of GeneratedClass.
GeneratedJavaClass(String, String) - Constructor for class ch.sahits.model.java.GeneratedJavaClass
 
GeneratedJavaClass(String) - Constructor for class ch.sahits.model.java.GeneratedJavaClass
Constructor initializing the class name
GeneratedJavaDBClass - Class in ch.sahits.model.java
This class adds database specific data to the data class model of a Java specific data class.
GeneratedJavaDBClass(String) - Constructor for class ch.sahits.model.java.GeneratedJavaDBClass
Constructor initializing the class name
GeneratedJavaDBClass(String, String) - Constructor for class ch.sahits.model.java.GeneratedJavaDBClass
 
generateModel() - Method in interface ch.sahits.codegen.input.IXMLGeneralInputFileParser
Convert the XML file into a model object
generateModel(String, String, boolean, boolean, boolean) - Method in interface ch.sahits.codegen.input.IXMLJavaInputFileParser
Convert the XML file into a model object The previous signature of this class was augmented.
generateModel() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Generate the database model
generateModel() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
Generate the database model
generateModel() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Generate the database model
generateModel(String, String, boolean, boolean, boolean) - Method in interface ch.sahits.codegen.java.input.IXMLJavaInputFileParser
Convert the XML file into a model object The previous signature of this class was augmented.
generateModel(String, String, boolean, boolean, boolean) - Method in class ch.sahits.codegen.java.input.XMLTableParser
Convert the XML file into a model object
generateModel() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Generate the model from the connection
generateModel() - Method in class ch.sahits.codegen.php.PHPXMLInputParser
Generate the IPHPModel
generateModel() - Method in class ch.sahits.codegen.xml.WebserviceParser
Create a IWebservice model
generateModel(String) - Method in class ch.sahits.codegen.xml.XMLParserWithoutDB
Create a Bean model based on a DataBaseTable
generateModel(String, String, boolean, boolean, boolean) - Method in class ch.sahits.codegen.xml.XMLParserWithoutDB
Pass the call to XMLParserWithoutDB.generateModel(String)
generateTemplate() - Method in class ch.sahits.codegen.java.generator.ast.AbstractJETASTGenerator
This is a null implementation since this classes are not needed in the class hierarchy from here on down.
generateTemplate() - Method in class ch.sahits.codegen.java.generator.jettemplate.AbstractJETTemplateGenerator
Create the template file
generateTemplate() - Method in class ch.sahits.codegen.java.generator.jettemplate.InitializableDbBeanGenerator
Create the template file
generationClass(Class<?>) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the generationClass
Generator - Class in ch.sahits.codegen.extensions
This class handels the extension point ch.sahits.codegen.generator
Generator() - Constructor for class ch.sahits.codegen.extensions.Generator
 
generatorBundle(String) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the generatorBundle
GeneratorCollection - Class in ch.sahits.codegen.extensions
This collection holds all the information retrieved by the extension point 'ch.sahits.codegen.generator' This class is package private and only its interface IGeneratorCollection is exported.
GeneratorCollection() - Constructor for class ch.sahits.codegen.extensions.GeneratorCollection
 
GeneratorFactory - Class in ch.sahits.codegen.java
This factory method provides the correct CodeGenerator for any situation
GeneratorFactory(IGeneratedJavaClass) - Constructor for class ch.sahits.codegen.java.GeneratorFactory
 
generatorJETemplate(String) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the generatorJETemplate
get(int) - Method in enum ch.sahits.codegen.ActionQueue
 
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.generator.Axis2MessageInOutReciever
Retrieve the absolute path to the file output location based on the initialized model.
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.generator.Axis2ServiceStubGenerator
Retrieve the absolute path to the file output location based on the initialized model.
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.generator.Axis2ServiceXMLGenerator
Retrieve the absolute path to the file output location based on the initialized model.
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.generator.HibernateConfigurationCreator
Retrieve the absolute path to the file output location based on the initialized model
getAbsoluteOutputLoacation() - Method in interface ch.sahits.codegen.generator.IGeneralFileGenerator
Retrieve the absolute path to the file output location based on the initialized model
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.generator.WSDLGenerator
Retrieve the absolute path to the file output location based on the initialized model
getAbsoluteOutputLoacation() - Method in class ch.sahits.codegen.output.XMLStringOutput
Retrieve the absolute path to the file output location based on the initialized model
getAbsolutOutputDirectory() - Method in class ch.sahits.codegen.generator.BasicAxis2ModelGenerator
Retrieve the absolute path to the directory where the output is stored in.
getAbsolutWorkspacePath() - Static method in class ch.sahits.codegen.core.util.WorkspaceFragmentProvider
Retrieve the absolute file system path for the worspace without trailing path separator
getAbstractMethods() - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of Abstract methods
getAccessModifier(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve the access modifier and return its String representation
getActivePage() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Retrieve the active workbench page
getActivePage() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Retrieve the active workbench page
getActiveWorkbenchWindow() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Returns the active workbench window
getActiveWorkbenchWindow() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Returns the active workbench window
getAll(String) - Method in class ch.sahits.util.ClassFinder
Retrive all classes of the indicated package.
getAll(String, String) - Method in class ch.sahits.util.ClassFinder
Retrive all classes of the indicated package from the indicated jar file.
getAllAttributes(Element) - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve all attributes of an Element
getAllElements(String) - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve all elements elementName in the XML document.
getAllRecursive(String) - Method in class ch.sahits.util.ClassFinder
Retrive all classes of the indicated package and all subpackages.
getAllRecursive(String, String) - Method in class ch.sahits.util.ClassFinder
Retrive all classes of the indicated package and all subpackages from the indicated jar file.
getArguments(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of parameter type parameter names
getArguments(Constructor<?>) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of parameter type parameter names
getArguments() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
getAttributeValue(Element, String) - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve the attribute value for the attributeattributeName
getAxisService(String) - Method in class ch.sahits.codegen.generator.AxisWSDL2JavaWrapper
Reads the WSDL Object Model from the given location.
getBaseDir() - Static method in class ch.sahits.io.IOUtil
Get the base directory of the installation
getBaseUri(String) - Method in class ch.sahits.codegen.generator.AxisWSDL2JavaWrapper
Retrive the URI of the directory of the WSDL file
getBoxingClassParsingMethodName(Class) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Retrieve the method name of the boxing class
getBoxingClassParsingMethodName(Class) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Retrieve the method name of the boxing class
getBoxingClassShortName(Class) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Retrieve the short name of the boxing class
getBoxingClassShortName(Class) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Retrieve the short name of the boxing class
getBrowseButtonName(IFormFileUpload) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Compute the name of the browse button of the file browse element
getBundleName() - Method in interface ch.sahits.codegen.extensions.IGeneratorExtension
Retrieve the name of the bundle the extension is defined in
getButtons() - Static method in class ch.sahits.codegen.ui.extensions.DBDefintionPage
Retrieve a list of all Button Texts and tooltips registered
getButtonText() - Method in interface ch.sahits.model.gui.IFormFileUpload
Retrieve the text for the button
getClassLoader() - Method in class ch.sahits.util.FriendPattern
Retrieve the default class loader for this class
getClassName() - Method in interface ch.sahits.codegen.extensions.IClassGeneratorExtension
Retrieve the class name of the generator class
getClassName() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
 
getClassName(int) - Method in class ch.sahits.codegen.wizards.DynamicDBGenerationCode
Retrieve the class name by the constant value
getClassName() - Method in class ch.sahits.model.GeneratedClass
 
getClassName() - Method in interface ch.sahits.model.IGeneratorClass2
 
getClassName() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getClasspathVariable() - Method in class ch.sahits.codegen.model.Config
Returns the classpath variable name to bind to the first jar in the plugin identified by Config.getPluginId().
getClasspathVariable() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the classpath variable name to bind to the first jar in the plugin identified by IJetGatewayConfiguration.getPluginId().
getClassShortName(DataBaseTableField) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Extract the class name from the class declaration
getClassShortName(DataBaseTableField) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Extract the class name from the class declaration
getCodeGeneratorDelegate(IWorkbench, Shell, ECodeGenerationWizard) - Method in class ch.sahits.codegen.ui.wizards.CodeGeneratorDelegateFactory
Factory method for the delegates.
getComputationType() - Method in interface ch.sahits.codegen.java.wizards.IJavaCodeGeneratorDelegate
Compute the type of the further process from the selected radio and check boxes
getConfig() - Method in class ch.sahits.codegen.generator.AbstractGenerator
Returns the Config object
getConfig() - Method in interface ch.sahits.codegen.generator.IGenerator
Get the configuration of the generator
getConfig() - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Retrieve the configuration object
getConnection() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Create and retrieve the connection for the selected database
This works with JDBC
getConnectionDriver() - Method in interface ch.sahits.model.db.IBasicDBDefinitionPage
 
getConnectionDriverClass() - Method in class ch.sahits.codegen.java.input.db.MySQLConnection
Retrieve the driver class name for the JDBC connection
getConnectionDriverClass() - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Retrieve the driver class name for the JDBC connection
getConnectionDriverClass() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnection
Retrieve the driver class name for the JDBC connection
getConnectionDriverClass() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Retrieve the driver class name for the JDBC connection
getConnectionProfile() - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the connection-profile
getConnectionProfile(String) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the connection profile by name.
getConnectionProfile(String) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve the connection profile by name.
getConnectionString() - Method in class ch.sahits.codegen.java.input.db.DBConnection
Retrieve the connection String for the specific database
getConnectionString() - Method in class ch.sahits.codegen.java.input.db.MySQLConnection
Retrieve the connection String for the specific database
getConnectionString() - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Retrieve the connection String for the specific database
getConnectionString() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnection
Retrieve the connection String for the specific database
getConnectionString() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Retrieve the connection String for the specific database
getConnectionURL() - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the connection URL for the specified profile
getConnectionURL() - Method in class ch.sahits.codegen.util.db.JDBCConnection
Retrieve the connection URL.
getConnectionURL() - Method in interface ch.sahits.model.db.IBasicDBDefinitionPage
 
getConstraintFieldSQL(String) - Method in class ch.sahits.codegen.java.input.db.DBConnection
Retrieve the SQL that gets you all fields of a constraint
getConstraintFieldSQL(String) - Method in class ch.sahits.codegen.java.input.db.MySQLConnection
Retrieve the SQL that gets you all fields of a constraint
getConstraintFieldSQL(String) - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Retrieve the SQL that gets you all fields of a constraint
getConstraintFieldSQL(String) - Method in class ch.sahits.codegen.java.input.db.SQLServerConnection
Retrieve the SQL that gets you all fields of a constraint
getConstraintsFields(String) - Method in class ch.sahits.codegen.java.input.db.DBConnection
Retrieve a list of all of all fields of a constraint
getConstructor() - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of constructors
getContextHelpID() - Method in interface ch.sahits.codegen.extensions.IGeneratorExtension
 
getContributingJetPluginIDs() - Static method in class ch.sahits.codegen.extensions.JETemplate
Retrieve all plugin ids that contribute a jetemplate and are not equal to this plug-in
getCorretedPath(String) - Method in class ch.sahits.codegen.generator.AxisWSDL2JavaWrapper
Retrieve the output path for an output fragment normaly there is only one path but there may be more
getDatabase(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the database name of the profile.
getDatabaseForProfile(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the managed database for the given connection profile
getDatabaseForProfile(IConnectionProfile) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve the managed database for the given connection profile
getDatabaseName() - Method in interface ch.sahits.codegen.input.IDBInputParser
Get the name of the database that is used for initialization of the wizard.
getDatabaseName() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Default database name
getDatabaseName() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
 
getDatabaseName() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Database name
getDatabaseName() - Method in interface ch.sahits.model.IOutputFileModel
 
getDatabaseProduct() - Method in interface ch.sahits.model.IOutputFileModel
 
getDatabaseProduct() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retrieve the name of the database product (vendor)
getDataBaseProducts() - Static method in class ch.sahits.codegen.extensions.InputDBConnection
Retrieve a list of all database products that have an implementation supplied by an extension point.
getDataBaseProducts() - Static method in class ch.sahits.codegen.extensions.InputDBParser
Retrieve a list of all database products that have an implementation supplied by an extension point.
getDatabinding() - Method in interface ch.sahits.model.IWebservice
 
getDataManipulationClasses() - Static method in class ch.sahits.codegen.sql.extension.DataManipulation
Retrieve a list of all data manipulation classes that have an implementation supplied by an extension point.
getDbDefinitionPage() - Method in interface ch.sahits.model.IOutputFileModel
 
getDBHost() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retreive the database host
getDbName() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getDbName() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getDbName() - Method in interface ch.sahits.model.db.IDBTable
 
getDBName() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retrieve the database name
getDbName() - Method in class ch.sahits.model.java.db.DataBaseTable
 
getDBPort() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retrieve the port number
getDbProduct() - Method in interface ch.sahits.model.db.IBasicDBDefinitionPage
Retrieve the database product/vendor
getDbProductName() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getDbProductName() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getDbProductName() - Method in interface ch.sahits.model.db.IDBTable
 
getDbProductName() - Method in interface ch.sahits.model.IGeneratedDBClass
 
getDbProductName() - Method in class ch.sahits.model.java.GeneratedJavaDBClass
 
getDefault() - Static method in class ch.sahits.codegen.CodegenPlugin
Returns the shared instance
getDefault() - Static method in class ch.sahits.codegen.java.JavaCodegenPlugin
Returns the shared instance
getDefault() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Returns the shared instance
getDefault() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Returns the shared instance
getDefault() - Static method in class ch.sahits.codegen.ui.UIPlugin
Returns the shared instance
getDefaultHost() - Method in interface ch.sahits.codegen.input.IDBInputParser
Get the default value for the host for a database product that is used for initialization of the wizard e.g.
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Retrieve the default name of the database host
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Default Host: localhost
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
 
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
 
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Default Host: localhost
getDefaultHost() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
 
getDefaultHost() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Retrieve the default name of the database host
getDefaultPort() - Method in interface ch.sahits.codegen.input.IDBInputParser
Get the default port number for a database product that is used for initialization of the wizard e.g. '1521'.
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Retrieve the default port number of the data base
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Default port: 3306
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
 
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
 
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Default Port 1433
getDefaultPort() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
default port: 1433
getDefaultPort() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Retrieve the default port number of the data base
getDefaultUser() - Method in interface ch.sahits.codegen.input.IDBInputParser
Get the default user name for a database product that is used for initialization of the wizard e.g.
getDefaultUser() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Default user root
getDefaultUser() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
 
getDefaultUser() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Default user: sa (may be disabled by default e.g.
getDefaultUserName() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Retrieve the default user name for the data base
getDefaultUserName() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
 
getDefaultUserName() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Default user: sa (may be disabled by default e.g.
getDefaultUserName() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Retrieve the default user name for the data base
getDefaultValue() - Method in interface ch.sahits.model.gui.IFormInputElement
Retrieve the default value for this element
getDisplayDescription() - Method in interface ch.sahits.codegen.extensions.IGeneratorExtension
Retrieve the display description
getDocumentation() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
getDriverClass() - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the connection driver class for the specified URL
getDriverClass() - Method in class ch.sahits.codegen.util.db.JDBCConnection
Retrieve the default driver class for the database product
getDtpConnection() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the connection profile
getException(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of Exceptions of the method
getException(Constructor<?>) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve a list of Exceptions of the method
getExtension(String, String) - Method in class ch.sahits.codegen.extensions.GeneratorCollection
 
getExtension(String, String) - Method in interface ch.sahits.codegen.extensions.IGeneralGeneratorCollection
Retrieve the Generation extension for a bundle name and generator
getExtension(String, String) - Method in interface ch.sahits.codegen.extensions.IGeneratorCollection
Retrieve the Generation extension for a bundle name and generator
getFieldCount() - Method in interface ch.sahits.codegen.sql.model.ICurrentRecordSet
Retrieve the number of fields
getFieldName() - Method in interface ch.sahits.codegen.sql.model.IField
 
getFieldName() - Method in class ch.sahits.model.db.DataBaseTableField
Retrieve the field name
getFieldNames(Table) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve a list of all field names
getFields() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getFields() - Method in class ch.sahits.model.db.DataBaseTableIndex
Retrieve the fields of this index
getFields() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
Retrieve a list of the database fields.
getFields() - Method in interface ch.sahits.model.db.IDataBaseTable
Retrieve a list of the database fields.
getFields() - Method in class ch.sahits.model.java.db.DataBaseTable
Retrieve a list of the database fields.
getFieldType() - Method in class ch.sahits.model.db.DataBaseTableField
Retrieve the type of the field
getFieldValue() - Method in interface ch.sahits.codegen.sql.model.IField
 
getFileExtension() - Method in interface ch.sahits.codegen.extensions.IGeneratorExtension
Retrive the file extension for the output file (without the leading '.')
getFileExtension() - Method in interface ch.sahits.codegen.input.IInputParser
Get the file extension of the input file this InputParser is capable of parsing
getFileExtension() - Method in class ch.sahits.codegen.input.XMLJDomParser
This parser parses XML files
getFileExtension() - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
This class can parse XHTML files
getFileExtension() - Method in class ch.sahits.codegen.java.input.ClassFileParser
This parser can process class files
getFileExtension() - Method in class ch.sahits.codegen.java.input.CSVInputFileParser
This class can parse CSV files
getFileExtension() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Only sql create scripts in an sql file can be parsed
getFileExtension() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Only sql create scripts in an sql file can be parsed
getFileExtension() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Only sql create scripts in an sql file can be parsed
getFileExtension() - Method in class ch.sahits.codegen.php.PHPXMLInputParser
This parser parses XML files
getFileName() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the file name
getFileName() - Method in interface ch.sahits.model.IOutputFileModel
 
getFirst() - Method in enum ch.sahits.codegen.ActionQueue
 
getFirstElement(String) - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve the first element elementName in the XML document.
getGeneralCodegenHeaderImageURL() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Retrieve the header image for the General codegen Wizards
getGenerationClass() - Method in interface ch.sahits.model.IOutputFileModel
 
getGenerator(String, String) - Static method in class ch.sahits.codegen.extensions.Generator
Retrieve a generator instance from the extension registry
getGenerator(String) - Static method in class ch.sahits.codegen.extensions.InputParser
Retrieve the IInputParser from the extension point for a specific file extension.
getGenerator(String) - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Deprecated. Use JavaGenerator.getGenerator(String, String) instead. Will be remove with 3.0
getGenerator(String, String) - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Retrieve a generator instance from the extension registry
getGenerator(String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Deprecated. User ReferenceImplementation.getRefImpl(String, String)
getGenerator4DisplaySelection() - Static method in class ch.sahits.codegen.extensions.Generator
This methods retrieves the map of generates in the form .
getGenerator4DisplaySelection() - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
This methods retrieves the map of generates in the form .
getGenerator4Selection() - Static method in class ch.sahits.codegen.extensions.Generator
This methods retrieves the list of generates in the form bundle@generator.
getGeneratorBundle() - Method in interface ch.sahits.model.IJETModel
 
getGeneratorBundle() - Method in interface ch.sahits.model.IOutputFileModel
 
getGeneratorClass() - Method in interface ch.sahits.codegen.extensions.IClassGeneratorExtension
Retrieve the generator class
getGeneratorClassPath() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getGeneratorClassPath() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getGeneratorExtension(String, String) - Static method in class ch.sahits.codegen.extensions.Generator
Retrieve the generator extension instance for the generator
getGeneratorExtension(String, String) - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Retrieve an class extension generator by bundle and class name
getGeneratorJETemplate() - Method in interface ch.sahits.model.IJETModel
 
getGeneratorJETemplate() - Method in interface ch.sahits.model.IOutputFileModel
 
getGenerators() - Static method in class ch.sahits.codegen.extensions.Generator
Retrieve all registered generators
getGenerators() - Static method in class ch.sahits.codegen.extensions.JETemplate
Retrieve all registered jetemplates
getGenerators() - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Deprecated. Use the method JavaGenerator.getGenerator4DisplaySelection() instead. This method will be removed in 3.0
getGroup() - Method in interface ch.sahits.model.gui.IFormRadioButton
Retrieve the group this radio button belongs to
getGroupType(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Translate the contents of the group into an enumeration element
getHelpContextID(String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Deprecated. user ReferenceImplementation.getRefImpl(String, String) instead
getHiddenFields() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Retrieve all hidden fields of the form or in a group of the form one level down
getHost(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the host name of the profile
getHost(String) - Method in class ch.sahits.codegen.util.DTPConnectionParser
Retrieve the host name from the connection URL The host my be a location in a network or a local file
getHost() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getHost() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getHost() - Method in interface ch.sahits.model.db.IDBTable
 
getHost() - Method in interface ch.sahits.model.IOutputFileModel
 
getHost() - Method in class ch.sahits.model.java.db.DataBaseTable
 
getId() - Method in interface ch.sahits.model.gui.IFormElement
Retrieve the id of the form element
getImageDescriptor(String) - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Returns an image descriptor for the image file at the given plug-in relative path
getImageDescriptorCodegen(String) - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Returns an image descriptor for the image file at the given plug-in relative path
getImageDescriptorJava(String) - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Returns an image descriptor for the image file at the given plug-in relative path
getImageDir() - Static method in class ch.sahits.io.IOUtil
Get the path to the image file directory Application-Root/image
getImageSrc() - Method in interface ch.sahits.model.gui.IFormImageButton
Retrieve the path to the resource image
getImplementingClass() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retrieve the class object of the implementing class
getImports() - Method in class ch.sahits.model.java.ClassModel
 
getImports2Add() - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Get the list of the classes that are needed for this reference implementation Each list entry is unique.
getImports2Add() - Method in interface ch.sahits.codegen.java.generator.ast.IReferenceImplementation
Get the list of the classes that are needed for this reference implementation The list is empty if there are no imports needed.
getIncludes() - Method in interface ch.sahits.model.php.db.IPHPDBModel
Get all includes
getIndexConstrains() - Method in class ch.sahits.model.db.DataBaseTableIndex
Retrieve the constraint of the index
getIndexConstraintSQL() - Method in class ch.sahits.codegen.java.input.db.DBConnection
Retrieve the SQL that gets you the Index constraints
getIndexConstraintSQL() - Method in class ch.sahits.codegen.java.input.db.MySQLConnection
Retrieve the SQL that gets you the Index constraints
getIndexConstraintSQL() - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Retrieve the SQL that gets you the Index constraints
getIndexConstraintSQL() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnection
Retrieve the SQL that gets you the Index constraints
getIndexes() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getIndexes() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
Retrieve a list of all table indexes
getIndexes() - Method in interface ch.sahits.model.db.IDataBaseTable
Retrieve a list of all table indexes
getIndexes() - Method in class ch.sahits.model.java.db.DataBaseTable
Retrieve a list of all table indexes
getIndexName() - Method in class ch.sahits.model.db.DataBaseTableIndex
Retrieve the name of the index
getInitialJavaElement(IStructuredSelection) - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Utility method to inspect a selection to find a Java element.
getInputDataFile() - Method in interface ch.sahits.model.IOutputFileModel
 
getInputFileExtension() - Method in interface ch.sahits.codegen.extensions.IGeneralGeneratorExtension
Retrieve the fileextension of the input file.
getInputFilePath() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getInputFilePath() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getInputMethod() - Method in interface ch.sahits.model.IOutputFileModel
 
getInputMethod() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retrieve the value of the input method This value is needed to figure out what other values must be initialized
getInputParser(String, String) - Static method in class ch.sahits.codegen.extensions.InputParser
Retrieve an instance of an input paser
getInsertScriptAsInputStream() - Method in interface ch.sahits.codegen.sql.generator.ISQLInsertScriptGenerator
Retrieve the insert script contents as an input stream to be read from
getInsertScriptAsInputStream() - Method in class ch.sahits.codegen.sql.generator.JDBCSQLInsertScriptGenerator
Retrieve the insert script contents as an input stream to be read from
getInsertScriptAsString() - Method in interface ch.sahits.codegen.sql.generator.ISQLInsertScriptGenerator
Generate the insert script as a string
getInsertScriptAsString() - Method in class ch.sahits.codegen.sql.generator.JDBCSQLInsertScriptGenerator
Retrieve the insert script data as a string
getInsertSQL(List<Pair>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the insert SQL for the listed values
getInstance() - Static method in class ch.sahits.codegen.input.GeneralHeadlessXMLSerializerFactory
Retrieve an instance of this factory The instance may only be called from HeadlessXMLSerializerFactoryFactory
getInstance(EGenerationType) - Method in class ch.sahits.codegen.java.GeneratorFactory
Provide a generator for the type
getInstance() - Static method in class ch.sahits.codegen.java.wizards.XMLHeadlessSerializerFactory
Retrieve an instance of this factory The instance may only be called from HeadlessXMLSerializerFactoryFactory
getInstance() - Static method in class ch.sahits.codegen.ui.input.GeneralXMLSerializerFactory
Retrieve an instance of this factory The instance may only be called from XMLSerializerFactroryFactory
getInstance() - Static method in class ch.sahits.codegen.ui.wizards.XMLSerializerFactory
Retrieve an instance of this factory The instance may only be called from XMLSerializerFactroryFactory
getInterfaces() - Method in class ch.sahits.model.java.GeneratedJavaClass
Convenient method to retrieve an array of all interfaces
getInterfaces() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Convenient method to retrieve an array of all interfaces
getJavaGenerators() - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Retrieve all registered jetemplates
getJavaHeaderImageURL() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Retrieve the header image for the Java related Wizards
getJavaProject() - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Returns the Java project of the currently selected package fragment root or null if no package fragment root is configured.
getJETEmitter() - Method in class ch.sahits.codegen.generator.JETGateway
Retrieve a JETEmitter.
getJetemplate(String, String) - Static method in class ch.sahits.codegen.extensions.JETemplate
Retrieve the Jetemplate for a specific Jetemplate
getJetemplate4DisplaySelection() - Static method in class ch.sahits.codegen.extensions.JETemplate
This methods retrieves the map of generates in the form .
getJETemplates() - Static method in class ch.sahits.codegen.extensions.JETemplate
Deprecated. Use JETemplate.getJetemplate4DisplaySelection() instead. This method will be removed with Version 3.0
getJetFileDirectory(String) - Static method in class ch.sahits.codegen.extensions.JETemplate
Retrieve the file directory for the JETemplat in a plugin
getJetLoacation() - Method in interface ch.sahits.codegen.extensions.IJetGeneratorExtension
Retrieve the location of the JETemplate
getJetTemplatePath() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getJetTemplatePath() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getJetTemplatePluginID() - Method in class ch.sahits.codegen.model.Config
Retrieve the plugin id of the plugin in which the jetemplate resides in.
getJProject() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getJProject() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getKey() - Method in class ch.sahits.datastructure.Pair
Retrieve the key
getLast() - Method in enum ch.sahits.codegen.ActionQueue
 
getLayout() - Method in interface ch.sahits.model.gui.IForm
Retrieve the layout of the form
getLayout() - Method in interface ch.sahits.model.java.gui.IJavaForm
Retrieve the layout of the form
getLines() - Method in class ch.sahits.codegen.java.input.SQLCreateScriptInput
Retrieve the SQL create script for the table
getLogger() - Static method in class ch.sahits.codegen.core.util.LogFactory
Retrieve an instance of a logger.
getManipulator(String) - Static method in class ch.sahits.codegen.sql.extension.DataManipulation
Retrieve the BasicDataManipulator from the extension point.
getMaxFileSize() - Method in interface ch.sahits.model.gui.IFormFileUpload
Retrieve the maximum size of the file
getMembers() - Method in interface ch.sahits.model.php.db.IPHPDBModel
Get all member variables
getMessage(Class<?>) - Method in class ch.sahits.codegen.core.util.BasicLogger
Retrieve the problem message for a specific causing class
getMessage(Class<?>) - Method in interface ch.sahits.codegen.core.util.ILogger
Retrieve the problem message for a specific causing class
getMessage() - Method in class ch.sahits.test.ComparetorResult
Retrieve the comparison message
getMethodBody() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
getMethodName(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve the method name
getMethodName() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
getMethods() - Method in interface ch.sahits.model.php.db.IPHPDBModel
Get all method declarations
getModel() - Method in class ch.sahits.codegen.model.Config
Returns the model object to pass to the JET template.
getModel() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the model object to pass to the JET template.
getModel() - Method in class ch.sahits.codegen.sql.wizards.InsertScriptWizardPage
 
getModel() - Method in class ch.sahits.codegen.ui.wizards.ArtefactCodegenModelWizard
Retrieve model artefact to be generated
getModelBase() - Method in interface ch.sahits.codegen.wizards.ICodeGeneratorDelegate
Check out how the model data is gathered
getModelBase() - Method in class ch.sahits.codegen.wizards.MinimalArtifactDelegate
This method is a wrapper method for #getInputMethod()
getModelConnectionGenerator(String) - Method in interface ch.sahits.codegen.java.model.IExtendedDBDefinitionPage
Retrieve the model generator based on a connection
getModelGenerationWorkload(int, String, String) - Static method in class ch.sahits.codegen.java.model.HeadlessJavaModelFactory
Compute the number of work units for the generation of the file
getModelGenerationWorkload(int, String, String) - Static method in class ch.sahits.codegen.model.HeadlessBasicModelFactory
Compute the number of work units for the generation of the file
getModelGenerationWorkload(int, String, String) - Static method in class ch.sahits.codegen.ui.model.JavaModelFactory
Compute the number of work units for the generation of the file
getModelGenerator(String) - Method in interface ch.sahits.codegen.model.IBasicDBDefinitionPageGeneratable
Retrieve the model generator for a definition page.
getModelWorkloadDBConnection(int, String) - Method in class ch.sahits.codegen.java.model.HeadlessJavaModelFactory
Compute the workcload if the database data is retrived from the db definition page
getModelWorkloadDBConnection(int, String) - Method in class ch.sahits.codegen.ui.model.JavaModelFactory
Compute the workcload if the database data is retrived from the db definition page
getMultipleCodeHeaderImageURL() - Static method in class ch.sahits.codegen.ui.CodegenUIPlugin
Retrieve the header image for the multiple file creation wizard
getName() - Method in interface ch.sahits.model.gui.IFormElement
Retrieve the name of the form element
getName() - Method in interface ch.sahits.model.gui.IFormGroup
Retrieve the name of the group
getName() - Method in class ch.sahits.model.java.BeanMethod
Retrieve the method name
getName() - Method in interface ch.sahits.model.java.IBeanField
Retrieve the name of this field
getName() - Method in interface ch.sahits.model.java.IBeanMethod
Retrieve the method name
getNextPage(IWizardPage) - Method in class ch.sahits.codegen.ui.wizards.BasicJavaSourceCodeGenWizard
Override the method to manage the displaying of page three.
getNoCols() - Method in interface ch.sahits.model.gui.IFormInput
Retrieve the number of characters in one row of the input field
getNoRows() - Method in interface ch.sahits.model.gui.IFormInput
Retrieve the number of rows
getNs2packageMapping() - Method in interface ch.sahits.model.IWebservice
 
getNsPrefix() - Method in interface ch.sahits.model.IWebservice
 
getNsSchemaPrefix() - Method in interface ch.sahits.model.IWebservice
 
getNumberOfColums() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Convert the EFormLayout into a number
getOpenJavaProjects() - Static method in class ch.sahits.codegen.core.util.WorkspaceFragmentProvider
Compile a list of Java projects in the workspace
getOpenProjects() - Static method in class ch.sahits.codegen.core.util.WorkspaceFragmentProvider
Compile a list of Projects in the workspace
getOwner(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve all owner of the database
getOwner() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
This method retrieves the schema of the output data.
getOwner() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the owner
getOwner() - Method in interface ch.sahits.codegen.sql.model.ISelectedTableDefinition
Retrieve the owner
getOwner(IConnectionProfile) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve all owner of the database
getPackageFragmentRoot() - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Returns the IPackageFragmentRoot that corresponds to the current value of the source folder field.
getPackageName() - Method in class ch.sahits.codegen.java.model.JavaClassDefinition
 
getPackageName() - Method in class ch.sahits.codegen.model.Config
Returns the package name of the resource to generate.
getPackageName() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the package name of the resource to generate.
getPackageName() - Method in interface ch.sahits.model.IWebservice
 
getPackageName() - Method in class ch.sahits.model.java.GeneratedJavaClass
Get the package name if it exists
getPackageName() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Get the package name if it exists
getPage(int, IBasicCodegenWizard, String) - Static method in class ch.sahits.codegen.ui.extensions.DBDefintionPage
Retrive the DB definition page based on the selected index
getParameterNames(Constructor<? extends Object>) - Method in class ch.sahits.util.ChainedParamReader
Returns the names of the declared parameters for the given constructor.
getParameterNames(Method) - Method in class ch.sahits.util.ChainedParamReader
Returns the names of the declared parameters for the given method.
getParameters() - Method in class ch.sahits.model.java.BeanMethod
Retrieve the list of parameters
getParameters() - Method in interface ch.sahits.model.java.IBeanMethod
Retrieve the list of parameters
getParentGroup(IFormElement) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Retrieve the parent group of the element
getParser(String) - Static method in class ch.sahits.codegen.extensions.InputDBConnection
Retrieve the IBasicDBConnectionModelGenerator from the extension point.
getParser(String) - Static method in class ch.sahits.codegen.extensions.InputDBParser
Retrieve the IDBInputParser from the extension point.
getParser(String) - Static method in class ch.sahits.codegen.extensions.XMLInputParser
Retrieve the parser className from the extension point
getParserName() - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve the fully qualified class name of the parser that is specified in the XML tag <modelgenerator>.
getParserName() - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Retrieve the name of this class
getParserName() - Method in interface ch.sahits.codegen.wizards.IXMLSerializer
Retrieve the name of this parser
getPassWd() - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Retrieve the password for the user to connect to the database The access is public since this method is accessed by reflection.
getPassword() - Method in interface ch.sahits.codegen.input.IDBInputParser
Get the password of the database for the user name specified at IDBInputParser.getDefaultUser() that is used for initialization of the wizard.
getPassword() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Default password
getPassword() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
 
getPassword() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Default password
getPassword() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getPassword() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getPassword() - Method in interface ch.sahits.model.db.IDBTable
 
getPassword() - Method in interface ch.sahits.model.IOutputFileModel
 
getPassword() - Method in class ch.sahits.model.java.db.DataBaseTable
 
getPlugin() - Static method in class ch.sahits.codegen.java.JavaCodegenPlugin
Retrieve the Plugin
getPlugin() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Retrieve the Plugin
getPluginId() - Static method in class ch.sahits.codegen.CodegenPlugin
Retrieve the plug-in id for this plug-in
getPluginId() - Static method in class ch.sahits.codegen.java.JavaCodegenPlugin
ID of this plugin
getPluginId() - Method in class ch.sahits.codegen.model.Config
Returns the plugin id of the plugin containing the JET template file, the JMerge control model XML file, and the runtime library JAR file containing any classes necessary to compile the translated JET template implementation class.
getPluginId() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the plugin id of the plugin containing the JET template file, the JMerge control model XML file, and the runtime library JAR file containing any classes necessary to compile the translated JET template implementation class.
getPluginId() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
ID of this plugin
getPluginID() - Static method in class ch.sahits.codegen.ui.UIPlugin
Retrieve the plugin-ID for this plugin
getPluginID() - Static method in class ch.sahits.model.ModelPlugin
Retrieve the plugin id for this plugin
getPluginIdOfContibutingPlugin(String) - Static method in class ch.sahits.codegen.extensions.JETemplate
Deprecated. with the use of JETemplate.getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0
getPluginIdOfContibutingPlugin(String) - Static method in class ch.sahits.codegen.java.extensions.JavaGenerator
Deprecated. with the use of JavaGenerator.getGenerator4DisplaySelection() this method is obsolete. This method will be removed with 3.0
getPluginIdOfContibutingPlugin2(String) - Static method in class ch.sahits.codegen.extensions.JETemplate
Deprecated. with the use of JETemplate.getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0
getPort() - Method in class ch.sahits.codegen.java.input.db.DBConnection
 
getPort(String) - Method in class ch.sahits.codegen.util.DTPConnectionParser
Retrieve the port number from the connection URL.
getPort() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getPort() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getPort() - Method in interface ch.sahits.model.db.IDBTable
 
getPort() - Method in interface ch.sahits.model.IOutputFileModel
 
getPort() - Method in class ch.sahits.model.java.db.DataBaseTable
 
getPortNumber(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the port number from the profile
getPredecessor(Element) - Method in class ch.sahits.codegen.input.XMLJDomParser
Retrieve the predecessor of an element
getProfile(String) - Static method in class ch.sahits.codegen.java.wizards.DTPConnection
Connection profile for the given profile name
getProfileByDatabase(Database) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve a connection profile based on a database
getProject() - Method in class ch.sahits.codegen.model.Config
 
getProject() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
 
getProject() - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Returns the project of the currently selected package fragment root or null if no package fragment root is configured.
getProtocol() - Method in interface ch.sahits.model.IWebservice
 
getProzessingClass() - Method in class ch.sahits.codegen.QueuedActionElement
Retrieve the name of the processing class
getPublicOrProtectedMethods() - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve all public or protected methods of the class
getQueuedElements(String) - Method in enum ch.sahits.codegen.ActionQueue
Retrieve a list of elements that can be processed by the specified class
getRanking() - Method in interface ch.sahits.codegen.input.IInputParser
This method rates the implementation.
getRanking() - Method in class ch.sahits.codegen.input.XMLJDomParser
The ranking for xml input parsers is ignored since each xml file must specify the parser
getRanking() - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
This method rates the implementation.
getRanking() - Method in class ch.sahits.codegen.java.input.ClassFileParser
Low ranking so that better implementation can override this basic implementation
getRanking() - Method in class ch.sahits.codegen.java.input.CSVInputFileParser
Low ranking so that better implementation can override this basic implementation
getRanking() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
This method rates the implementation.
getRanking() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
This method rates the implementation.
getRanking() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
This method rates the implementation.
getRanking() - Method in class ch.sahits.codegen.php.PHPXMLInputParser
The ranking for xml input parsers is ignored since each xml file must specify the parser
getRating() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
This method rates the implementation.
getRating() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
This method rates the implementation.
getRating() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
This method rates the implementation.
getRating() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
This method rates the implementation.
getReferenceImplementationPath() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getReferenceImplementationPath() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getRefImpl(String, String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Retrieve a reference implementation generator instance from the extension registry
getRefImpl4DisplaySelection() - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
This methods retrieves the map of reference implementation in the form .
getRefImpl4Selection() - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
This methods retrieves the list of reference implementations in the form bundle@refImpl.
getRefImplExtension(String, String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Retrieve the reference implementation extension instance for the implementation
getRefImplExtensionByClass(String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Deprecated. use ReferenceImplementation.getRefImpl(String, String)
getRefImplExtensionByDisplay(String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Retrieve the generation extension
getRefImpls() - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Retrieve all registered reference implementations
getRefImplSrc(String) - Static method in class ch.sahits.codegen.java.extensions.ReferenceImplementation
Retrieve the IReferenceImplementation from the extension point.
getRegisteredConnectionProfiles() - Static method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the names of the resisted connections
getRegisteredConnectionProfiles() - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve the names of the connection files
getRelativeSourceFragment(IJavaProject) - Static method in class ch.sahits.codegen.core.util.WorkspaceFragmentProvider
Retrieve the relative path within the workspace to the first source directory of the Java project
getReturnType(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve the return Type of the method
getReturnType() - Method in class ch.sahits.model.java.BeanMethod
Retrieve the return type
getReturnType() - Method in interface ch.sahits.model.java.IBeanMethod
Retrieve the return type
getReturnValue(Method) - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Retrieve the return value for the return type.
getRoot() - Method in class ch.sahits.codegen.output.XMLStringOutput
Retrieve the root element
getSchema() - Method in class ch.sahits.codegen.java.input.db.DBConnection
 
getSchema() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getSchema() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
Retrieve the schema.
getSchema() - Method in interface ch.sahits.model.db.IDBTable
Retrieve the schema.
getSchema() - Method in class ch.sahits.model.java.db.DataBaseTable
Retrieve the schema.
getSchemaName() - Method in interface ch.sahits.model.IOutputFileModel
 
getSchemaTargetNamespace() - Method in interface ch.sahits.model.IWebservice
 
getSelectAllSQL() - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the insert SQL to select all records of a table
getSelectByIndex(List<Pair>, String) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the select SQL by the index of the given name.
getSelectByIndex(List<Pair>, String, List<String>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the select SQL with only specified fields by the index of the given name.
getSelectedIndex() - Method in interface ch.sahits.model.gui.IFormCombo
Retrieve the index of the default value
getSelectUnique(List<Pair>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the select SQL by the unique index which's name starts with 'PK_'.
getSelectUnique(List<Pair>, List<String>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate the select SQL with only specified fields by the unique index which's name starts with 'PK_'.
getSerializerFactory() - Method in class ch.sahits.codegen.input.HeadlessXMLSerializerFactoryFactory
Retrieve the serializer factory for this plug-in
getSerializerFactory() - Method in class ch.sahits.codegen.java.input.HeadlessJavaXMLSerializerFactoryFactory
Retrieve the serializer factory for this plug-in
getSerializerFactory() - Method in class ch.sahits.codegen.ui.input.JavaXMLSerializerFactory
Retrieve the serializer factory for this plug-in
getSerializerFactory() - Method in class ch.sahits.codegen.ui.input.XMLSerializerFactroryFactory
Retrieve the serializer factory for this plug-in
getServiceClass() - Method in interface ch.sahits.model.IWebservice
 
getServiceName() - Method in interface ch.sahits.model.IWebservice
 
getServiceURL() - Method in interface ch.sahits.model.IWebservice
 
getServiceXMLURL() - Method in interface ch.sahits.model.IWebservice
 
getShell() - Method in interface ch.sahits.codegen.ui.wizards.ICodeGeneratorUIDelegate
Get the shell of the wizard
getSimpleClassName(Class) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Retrieve the simple representation of a class
getSimpleClassName(String) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Retrieve the simple representation of a class
getSimpleClassName(Class) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Retrieve the simple representation of a class
getSimpleClassName(String) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Retrieve the simple representation of a class
getSize() - Method in interface ch.sahits.model.gui.IFormInput
Retrieve the max size of the input field
getSize() - Method in interface ch.sahits.model.gui.IFormInputElement
Retrieve the size of the input field
getSQLCreaterHeaderURL() - Static method in class ch.sahits.codegen.sql.SQLCodegenPlugin
Retrieve the URL to the Header image of the wizard
getSrcPath() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getSrcPath() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getStoreLocation() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the store location
getStoreLocation() - Method in interface ch.sahits.model.IOutputFileModel
 
getStructure() - Method in class ch.sahits.codegen.java.input.db.DBConnection
Generates a DBStructure Object for the table.
getStructure() - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Query the INFORMATION_SCHEMA to retrieve the metadata
getSWTClass(IFormElement) - Method in class ch.sahits.codegen.java.gui.util.SWTGUIHelper
Retrieve the name of the SWT class for the form element
getTable(String, String) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the table of the connection profile for a given schema and table name
getTable(IConnectionProfile, String) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve all tables of a Schema
getTable(IConnectionProfile, String, String) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve a table by its name
getTable() - Method in class ch.sahits.model.db.DataBaseTableIndex
Retrieves the table object this index belongs to
getTableName() - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Retrieve the table name from the model.
getTableName() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
This method retrieves the table name of the output data.
getTableName() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the table name
getTableName() - Method in interface ch.sahits.codegen.sql.model.ISelectedTableDefinition
Retrieve the table name
getTableName() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getTableName() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
Retrieve the table name
getTableName() - Method in interface ch.sahits.model.db.IDataBaseTable
Retrieve the table name
getTableName() - Method in interface ch.sahits.model.db.IDBTable
Retrieve the table name
getTableName() - Method in interface ch.sahits.model.IOutputFileModel
 
getTableName() - Method in class ch.sahits.model.java.db.DataBaseTable
Retrieve the table name
getTables(IConnectionProfile, String) - Method in class ch.sahits.codegen.sql.model.ModelDataProvider
Retrieve the tables of a schema
getTableSQL() - Method in class ch.sahits.codegen.java.input.db.DBConnection
Retrieve the SQL that gets you the table definition
getTableSQL() - Method in class ch.sahits.codegen.java.input.db.MySQLConnection
Retrieve the SQL that gets you the table definition
getTableSQL() - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Retrieve the SQL that gets you the table definition
getTableSQL() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnection
Retrieve the SQL that gets you the table definition
getTargetFile() - Method in class ch.sahits.codegen.model.Config
Returns the file name of the file where the generated code should be saved.
getTargetFile() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the file name of the file where the generated code should be saved.
getTargetFolder() - Method in class ch.sahits.codegen.model.Config
Returns the target folder (relative to the workspace root) where the generated code should be saved.
getTargetFolder() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the target folder (relative to the workspace root) where the generated code should be saved.
getTargetNamespace(String) - Method in class ch.sahits.codegen.xml.WSDLParser
Retrieve the target namespace of a type
getTargetNamespace() - Method in class ch.sahits.codegen.xml.WSDLParser
Retrieve the target namespace of the WSDL-File
getTargetNamespace() - Method in interface ch.sahits.model.IWebservice
 
getTempDir() - Static method in class ch.sahits.io.IOUtil
Get the path to the temporary file directory Application-Root/temp
getTemplateFullUri() - Method in class ch.sahits.codegen.model.Config
Returns the full URI of the JET template.
getTemplateFullUri() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the full URI of the JET template.
getTemplateRelativeUri() - Method in class ch.sahits.codegen.model.Config
Returns the relative uri of the JET template file.
getTemplateRelativeUri() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns the relative uri of the JET template file.
getText() - Method in interface ch.sahits.model.gui.IFormLabel
Retrieve the text of the label
getThrownException() - Method in class ch.sahits.codegen.core.util.BasicLogger
Retrieve all Exception this plugin has produced up to now
getTooltip() - Method in interface ch.sahits.model.gui.IFormElement
Retrieve the tooltip of the element
getType() - Method in class ch.sahits.codegen.java.model.JavaClassDefinition
 
getType() - Method in interface ch.sahits.model.java.IBeanField
Retrieve the type of this field
getTypes() - Method in class ch.sahits.codegen.xml.WSDLParser
Retrieve the types of the WSDL
getUpdateAllSQL(List<Pair>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generates an update SQL for all records in the database
getUpdateSQL(List<Pair>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate an update SQL for all fields of the model that are not contained in the unique index that name does not start with 'PK_'.
getUpdateSQL(List<Pair>, String) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Generate an update SQL for all fields of the model that are not contained in the indicated index.
getURL() - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Retrieve the URL string from the model.
getUserName() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
getUserName() - Method in interface ch.sahits.model.db.IBasicDataBaseTable
 
getUserName() - Method in interface ch.sahits.model.db.IDBTable
 
getUserName() - Method in interface ch.sahits.model.IOutputFileModel
 
getUserName() - Method in interface ch.sahits.model.IOutputFileModelBuilder
Retireive the user name
getUserName() - Method in class ch.sahits.model.java.db.DataBaseTable
 
getValue(String) - Method in class ch.sahits.codegen.wizards.DynamicDBGenerationCode
Retrieve the value of the Generation code for a given class
getValue() - Method in class ch.sahits.datastructure.Pair
Retrieve the value
getValueFromEnum(String) - Method in class ch.sahits.codegen.util.ConsoleInputValidator
Retrieve the Enumeration for the value
getVenorNameUpperCase(IConnectionProfile) - Method in class ch.sahits.codegen.java.wizards.DTPConnection
Retrieve the vendor of the database-product
getVisibility() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
getVisibility() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
getVisibility() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
getVisibilty() - Method in class ch.sahits.model.java.BeanMethod
Retrieve the visibility
getVisibilty() - Method in interface ch.sahits.model.java.IBeanMethod
Retrieve the visibility
getWhereClause(DataBaseTableIndex, List<Pair>) - Method in class ch.sahits.codegen.java.model.util.SQLProvider
Create the partial String of the where clause based on the index and the provided values
getWhereClause() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Retrieve the where clause
getWorkload() - Method in interface ch.sahits.codegen.generator.IGenerator
Define how expensive the generation process is.
getWorkload() - Method in class ch.sahits.codegen.generator.JETGateway
Define how expensive the generation process is.
getWorkload() - Method in interface ch.sahits.codegen.input.IInputParser
Defines how complex the generation of the model is
getWorkload() - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Retrieve the workload for the generation
getWorkload() - Method in class ch.sahits.codegen.java.generator.ast.ASTGenerator
Take the workload for the generation of the JET file and add 3
getWorkload() - Method in class ch.sahits.codegen.java.generator.ast.JETASTGenerator
Compute the workload for the generation
getWorkload() - Method in class ch.sahits.codegen.java.generator.jettemplate.InitializableDbBeanGenerator
Define how expensive the generation process is.
getWorkload() - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.ClassFileParser
Retrieve the workload
getWorkload() - Method in class ch.sahits.codegen.java.input.CSVInputFileParser
Retrieve the workload
getWorkload() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Defines how complex the generation of the model is.
getWorkload() - Method in class ch.sahits.codegen.java.input.XMLTableParser
Defines how complex the generation of the model is.
getWorkload() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Defines how complex the generation of the model is
getWorkload() - Method in class ch.sahits.codegen.php.PHPXMLInputParser
Retrieve the workload of the parsing
getWorkload() - Method in class ch.sahits.codegen.xml.WebserviceParser
Defines how complex the generation of the model is
getWorkload() - Method in class ch.sahits.codegen.xml.XMLParserWithoutDB
Defines how complex the generation of the model is.
getWorkspace() - Static method in class ch.sahits.codegen.core.util.WorkspaceFragmentProvider
Retrieve an instance of the current workspace
getWsdlDefinition(String) - Method in class ch.sahits.codegen.generator.AxisWSDL2JavaWrapper
public method to get loaded wsdl Definition
getWsdlFileName() - Method in interface ch.sahits.model.IWebservice
 
getXMLDeSerializer(String) - Method in class ch.sahits.codegen.input.GeneralHeadlessXMLSerializerFactory
Get instance of a serializer for deserializing a XML file for a general code generation
getXMLDeSerializer(String) - Method in interface ch.sahits.codegen.input.IXMLSerializerFactory
Get instance of a serializer for deserializing a XML file
getXMLDeSerializer(String) - Method in class ch.sahits.codegen.java.wizards.XMLHeadlessSerializerFactory
Get instance of a serializer for deserializing a XML file for a general code generation
getXMLDeSerializer(String) - Method in class ch.sahits.codegen.ui.input.GeneralXMLSerializerFactory
Get instance of a serializer for deserializing a XML file for a general code generation
getXMLDeSerializer(String) - Method in class ch.sahits.codegen.ui.wizards.XMLSerializerFactory
Get instance of a serializer for deserializing a XML file
getXMLParser() - Method in interface ch.sahits.codegen.extensions.IGeneralGeneratorExtension
Retrieve the XML parser for the input file.
getXMLSerializer(String) - Method in class ch.sahits.codegen.input.GeneralHeadlessXMLSerializerFactory
Retrieve the XML serialisation instance that serializes the configuration for the current XML version for a general code generation
getXMLSerializer(String) - Method in interface ch.sahits.codegen.input.IXMLSerializerFactory
Retrieve the XML serialisation instance that serializes the configuration for the current XML version
getXMLSerializer(String) - Method in class ch.sahits.codegen.java.wizards.XMLHeadlessSerializerFactory
Retrieve the XML serialisation instance that serializes the configuration for the current XML version for a general code generation
getXMLSerializer(String) - Method in class ch.sahits.codegen.ui.input.GeneralXMLSerializerFactory
Retrieve the XML serialisation instance that serializes the configuration for the current XML version for a general code generation
getXMLSerializer(String) - Method in class ch.sahits.codegen.ui.wizards.XMLSerializerFactory
Retrieve the XML serialisation instance that serializes the configuration for the current XML version
GUIHelper - Class in ch.sahits.codegen.java.gui.util
This is a helper class for GUIs
GUIHelper(IJavaForm) - Constructor for class ch.sahits.codegen.java.gui.util.GUIHelper
Initialize the form

A B C D E F G H I J K L M N O P Q R S T U V W X