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

I

IASTGenerator - Interface in ch.sahits.codegen.java.generator.ast
This interface marks the generator-classes that can generate code with AST.
IASTGeneratorInitializer - Interface in ch.sahits.codegen.java.generator.ast
This class must be implemented by ASTGenerators that need are IReferenceImpleCaller
IBaseGenerator - Interface in ch.sahits.codegen.generator
This interface defines the basic methods that each generator class must implement.
IBasicDataBaseTable - Interface in ch.sahits.model.db
 
IBasicDBConnectionModelGenerator - Interface in ch.sahits.codegen.model
This interface defines the basic functionality that is needed to generate a DataBaseTable from a connection.
IBasicDBDefinitionPage - Interface in ch.sahits.model.db
This interface defines a BasicDBDefinitionPage and it must be casted before its methods can be used
IBasicDBDefinitionPageGeneratable - Interface in ch.sahits.codegen.model
This interface enrices the super interface by funcianaly needed by model factory.
IBeanField - Interface in ch.sahits.model.java
This interface defines a field of a bean consisting of a type and a name.
IBeanMethod - Interface in ch.sahits.model.java
Representing a method with only visibility modifiers
IBuildable - Interface in ch.sahits.model
This interface defines a class that can be built by an instance of IBuilder
IBuilder<T> - Interface in ch.sahits.codegen
This interface defines the minimal methods of a builder class.
IBuilder<T extends IBuildable> - Interface in ch.sahits.model
This interface defines the facilities that are needed by a Builder class.
IClassGeneratorExtension - Interface in ch.sahits.codegen.extensions
This interface defines a extension object of the Extension Point ch.sahits.codegen.generator for a Generator class
ICodeGeneratorDelegate - Interface in ch.sahits.codegen.wizards
This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
ICodeGeneratorUIDelegate - Interface in ch.sahits.codegen.ui.wizards
This interface extends the ICodeGeneratorDelegate with UI functionality
IConfigurationBuilder - Interface in ch.sahits.codegen.model
Interface for the Builder that is needed for the Config object
IConnectableDataBaseTable - Interface in ch.sahits.model.db
This interface combines the Description of a database table with the information to its accessability
IConvertableField - Interface in ch.sahits.codegen.sql.model
Defining the interface of a field whose value may be changed by an IFieldValueConverter
ICurrentRecordSet - Interface in ch.sahits.codegen.sql.model
This interface defines one row/recod set of a table
IDataBaseTable - Interface in ch.sahits.model.db
This interface defines methods that must be supplied by a model for a database table
IDBAccess - Interface in ch.sahits.codegen.generator
This interface marks a class that DB access information (host, port, username and password) is needed.
IDBConnectionModelGenerator - Interface in ch.sahits.codegen.java.model
This interface supplies the basic interface with an init method matching the needs to create a Java class
IDBInputParser - Interface in ch.sahits.codegen.input
This interface defines methods that mus be provided by a database parser of input files
IDBTable - Interface in ch.sahits.model.db
This interface defines the methods that are needed for data to access a database
IDENTITY - Static variable in interface ch.sahits.codegen.java.input.db.ISQLServerCreateToken
The identity keyword
IExtendedDBDefinitionPage - Interface in ch.sahits.codegen.java.model
Extended interface for db definition pages to retrieve model generator for connection
IField - Interface in ch.sahits.codegen.sql.model
Interface definition of a table field
IFieldValueConverter - Interface in ch.sahits.codegen.sql.generator
This interface defines the functionality to convert a field value.
IFinalizableModel - Interface in ch.sahits.codegen.wizards
This interface defines the method needed by the wizard pages of a wizard to serialize the data of its fields into a object model
IForm - Interface in ch.sahits.model.gui
Definition of a form with all its contents.
IFormBaseList - Interface in ch.sahits.model.gui
This basic interface defines a list with multiple entries
IFormButton - Interface in ch.sahits.model.gui
This interface defines a button
IFormCheckbox - Interface in ch.sahits.model.gui
This interface defines a check box button
IFormCombo - Interface in ch.sahits.model.gui
Definition of a drop-down combo
IFormElement - Interface in ch.sahits.model.gui
This interface is a base interface for all elements that may be contained in a form
IFormFileUpload - Interface in ch.sahits.model.gui
This input field defines a form field for file upload
IFormGroup - Interface in ch.sahits.model.gui
This interface defines a container that can hold several form elements.
IFormHidden - Interface in ch.sahits.model.gui
This interface defines a hidden form value
IFormImageButton - Interface in ch.sahits.model.gui
This interface denotes a image button
IFormInput - Interface in ch.sahits.model.gui
Definition of an input field
IFormInputElement - Interface in ch.sahits.model.gui
This interface defines a class of the form that accepts an input.
IFormLabel - Interface in ch.sahits.model.gui
This interface defines normal text within the form.
IFormList - Interface in ch.sahits.model.gui
This interface defines a form list
IFormPasswordInput - Interface in ch.sahits.model.gui
This interface defines a passwor input field
IFormRadioButton - Interface in ch.sahits.model.gui
This interface defines a radio button element of a form
IFormResetButton - Interface in ch.sahits.model.gui
This interface denotes a reset button
IFormSubmitButton - Interface in ch.sahits.model.gui
This interface denotes a submit button
IFunction - Interface in ch.sahits.math
This interface describes a function that can be used to integrate over.
IGeneralDBConnectionModelGenerator - Interface in ch.sahits.codegen.model
This interface supplies the IBasicDBConnectionModelGenerator interface with a init method for general non JAva specific code generation
IGeneralFileGenerator - Interface in ch.sahits.codegen.generator
This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGeneralGenerator - Interface in ch.sahits.codegen.generator
This interface defines the methods needed for a general generator class.
IGeneralGeneratorCollection - Interface in ch.sahits.codegen.extensions
This collection holds all the information retrieved by the extension point 'ch.sahits.codegen.generator' This class is not a classic collection since it does not extend the java.util.Collection Interface.
IGeneralGeneratorExtension - Interface in ch.sahits.codegen.extensions
Interface extending the capabilities of the basix generator extension to provide means to filter input files based on the selected generator.
IGeneralStringGenerator - Interface in ch.sahits.codegen.generator
This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGeneratedDBClass - Interface in ch.sahits.model
This interface defines methods needed for a database class
IGeneratedJavaClass - Interface in ch.sahits.model.java
Deprecated. Use the interface IGeneratedJavaClass2 that does not define the setter methods
IGeneratedJavaClass2 - Interface in ch.sahits.model.java
This interface defines a Java generated class
IGeneratedJavaDBClass - Interface in ch.sahits.model.java
Deprecated. since 1.2.0 because it implements the depreciated interface IGeneratedJavaClass. Use IGeneratedJavaDBClass2 instead
IGeneratedJavaDBClass2 - Interface in ch.sahits.model.java
This interface defines the method that must be provided by a model for a class to be generated.
IGeneratedObject - Interface in ch.sahits.model
This interface marks a class that represents an input data model.
IGenerator - Interface in ch.sahits.codegen.generator
This interface defines the common method of any code generator
IGeneratorClass - Interface in ch.sahits.model
This interface defines a class to be generated
IGeneratorClass2 - Interface in ch.sahits.model
This interface defines a generated class.
IGeneratorCollection - Interface in ch.sahits.codegen.extensions
This collection holds all the information retrieved by the extension point 'ch.sahits.codegen.java.jetemplate' and 'ch.sahits.codegen.java.generator' This class is not a classic collection since it does not extend the java.util.Collection Interface.
IGeneratorExtension - Interface in ch.sahits.codegen.extensions
This interface defines a extension object of the Extension Point ch.sahits.codegen.generator
IGeneratorWrapper - Interface in ch.sahits.codegen.wizards
This interface defines the needed methods for a code generator wrapper class.
ignorableWhitespace(char[], int, int) - Method in class ch.sahits.codegen.php.PHPXMLInputParser
Pass throught to PHPXMLInputParser.characters(char[], int, int) to ensure no whitespaces are ignored
IInputMethodSelectionHandler - Interface in ch.sahits.codegen.java.wizards
This interface defines the handle methods for the input method radio button selection.
IInputObjectModel - Interface in ch.sahits.model
This marker interface defines a class as an object model for the input data of a generator class
IInputParser - Interface in ch.sahits.codegen.input
Marker interface for an input parser
IJavaCodeGeneratorDelegate - Interface in ch.sahits.codegen.java.wizards
This interface adds specific methods for the generator delegate for Java classes.
IJavaCodeGeneratorUIDelegate - Interface in ch.sahits.codegen.ui.wizards
Delegate interface for java classes generated from the UI
IJavaForm - Interface in ch.sahits.model.java.gui
This interface defines the method for a java based GUI from model
IJavaGenerationDefinition - Interface in ch.sahits.codegen.java.wizards
Interface defines methods of a definition validator
IJavaGenerationDefinitionFocus - Interface in ch.sahits.codegen.wizards
This interface defines the focus constant for a JavaGenerationDefinition page
IJETASTGenerator - Interface in ch.sahits.codegen.java.generator.ast
This interface marks a generator class to generate code from an JET template and enhanceing it with AST.
IJetCodeGenerator - Interface in ch.sahits.codegen.java
This interface denotes a class that can generate a jetemplate
IJetGatewayConfiguration - Interface in ch.sahits.codegen.model
Configuration for a JET gateway
IJetGeneratorExtension - Interface in ch.sahits.codegen.extensions
This interface defines a extension object of the Extension Point ch.sahits.codegen.generator for a JETemplate
IJETModel - Interface in ch.sahits.model
This interface defines methods that are neede to access the JETemplate in a model
ILogger - Interface in ch.sahits.codegen.core.util
This interface defines the methods provided by a logger used in this plugin
ImmutableObjectFactory - Class in ch.sahits.codegen.model
This is a Builder factory for builders for immutable objects.
ImmutableObjectFactory() - Constructor for class ch.sahits.codegen.model.ImmutableObjectFactory
 
IModelSerializer - Interface in ch.sahits.codegen
This interface defines the methods to serialize and unserialize to/from a file
implementsInterface(Class) - Method in class ch.sahits.util.ClassChecker
Check whether the class implements a interface.
implementsInterface(String) - Method in class ch.sahits.util.ClassChecker
Load the class by its name and call ClassChecker.implementsInterface(Class)
imports() - Method in class ch.sahits.codegen.java.model.util.JETInterfaceImplementer
Retrieve the list of needed imports
IMySQLCreateToken - Interface in ch.sahits.codegen.java.input.db
Specialized tokens for MySQL
INDEX - Static variable in interface ch.sahits.codegen.java.input.ISQLCreateToken
The index key word
indexOf(Object) - Method in enum ch.sahits.codegen.ActionQueue
 
init() - Method in class ch.sahits.codegen.example.CountryChanger
Register the fields to manipulate
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.generator.Axis2MessageInOutReciever
Initialize the Registry after the initialisation of the model
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.generator.Axis2ServiceStubGenerator
Initialize the Registry after the initialisation of the model
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.generator.Axis2ServiceXMLGenerator
Initialize the Registry after the initialisation of the model
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.generator.BasicAxis2ModelGenerator
Initialize the model this generators model The model must be an instance of IWebservice.
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.generator.HibernateConfigurationCreator
Initialize the model this generators model The model must be an instance of IDBTable.
init(IJetGatewayConfiguration) - Method in interface ch.sahits.codegen.generator.IBaseGenerator
This method initializes the configuration of the Generator.
init(IOutputFileModel, IGeneratedObject) - Method in interface ch.sahits.codegen.generator.IGeneralGenerator
Initialize the model this generators model The exact type of the model is arbitrary to the implementing class.
init() - Method in interface ch.sahits.codegen.generator.IGenerator
Initialize the generator
init(IJetGatewayConfiguration) - Method in class ch.sahits.codegen.generator.JETGateway
Initialize the configuration This initializing method is called by the generators once the Object is created dynamically
init() - Method in class ch.sahits.codegen.generator.JETGateway
Initialize the monitor
init(Object) - Method in interface ch.sahits.codegen.input.IDBInputParser
Initialize the the parser
init(String) - Method in interface ch.sahits.codegen.input.IInputParser
Initialize the parser with the file
init(String) - Method in class ch.sahits.codegen.input.XMLJDomParser
Initialize the parser
init(IJetGatewayConfiguration) - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Null implementation Do nothing since the initialization is done with ASTBeanWithDelete.init()
init() - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Initialize this instance
init() - Method in class ch.sahits.codegen.java.generator.ast.ASTGenerator
Generate the basic class implementation with JET
init(IJetGatewayConfiguration) - Method in class ch.sahits.codegen.java.generator.ast.ASTGenerator
Initialize the configuration
init() - Method in class ch.sahits.codegen.java.generator.ast.JETASTGenerator
 
init(IJetGatewayConfiguration) - Method in class ch.sahits.codegen.java.generator.ast.PureASTOracleDAOGenerator
Null implementation since the initialization must be done with PureASTOracleDAOGenerator.setBaseClass(String) and setModel(IGeneratedJavaDBClass)
init(IJetGatewayConfiguration) - Method in class ch.sahits.codegen.java.generator.jettemplate.AbstractJETTemplateGenerator
Initialize the configuration and generator
init(String) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Since the namespace must be validated a connection error to the namespace can result in quircky errors that make no sense what so ever.
init(String) - Method in class ch.sahits.codegen.java.input.ClassFileParser
Initialize the parser with a fully qualified Class name.
init(String) - Method in class ch.sahits.codegen.java.input.CSVInputFileParser
Initialize the file that is to be parsed to generate a model
init(String, String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.DBConnection
Initializes the connection data
init(String, String, String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Initializes the connection data
init(String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Initialize the generator by calling MySQLConnectionModelGenerator.init(String, String, String, String, String, String, String, int, String) and passing an empty class and package name
init(Object) - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Initialize the the parser with a file name to be parsed
init(String) - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Initialize the parser with the file
init(String, String, String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
Constructor initializes the connection data
init(String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
Initialize the generator by calling OracleConnectorModelGenerator.init(String, String, String, String, String, String, String, int, String) and passing an empty class and package name
init(Object) - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Initialize the the parser with a file name to be parsed
init(String) - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Initialize the parser with the file
init(String, String, String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Initializes the connection data
init(String, String, String, String, String, int, String) - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
Initialize the generator by calling SQLServerConnectionModelGenerator.init(String, String, String, String, String, String, String, int, String) and passing an empty class and package name
init(Object) - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Initialize the the parser with a file name to be parsed
init(String) - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Initialize the parser with the file
init(String) - Method in class ch.sahits.codegen.java.input.XMLTableParser
Initialize the XML file for parsing
init(String, String, String, String, String, String, String, int, String) - Method in interface ch.sahits.codegen.java.model.IDBConnectionModelGenerator
Initializes the connection data
init(String, String, String, String, String, int, String) - Method in interface ch.sahits.codegen.model.IGeneralDBConnectionModelGenerator
Initializes the connection data
init(IOutputFileModel, IGeneratedObject) - Method in class ch.sahits.codegen.php.PHPCodeGenerator
Initialize the model this generators model The model must be an instance of IPHPDBModel.
init(String) - Method in class ch.sahits.codegen.php.PHPXMLInputParser
Initialize the parser
init() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
The init method should be overridden by subclasses to register all the convertors
init(IWorkbench, IStructuredSelection) - Method in class ch.sahits.codegen.sql.wizards.InsertSkriptWizard
We will accept the selection in the workbench to see if we can initialize from it.
init(String) - Method in interface ch.sahits.codegen.wizards.IXMLSerializer
Initialize the parser
This method must be called before any acces to the elements in the XML file is possible.
init(String) - Method in class ch.sahits.codegen.xml.WebserviceParser
Initialize the XML file for parsing
init(String) - Method in class ch.sahits.codegen.xml.XMLParserWithoutDB
Initialize the XML file
INIT_GET - Static variable in class ch.sahits.codegen.php.PHPConstants
Substitution constant for the initGET method
INIT_LOAD - Static variable in class ch.sahits.codegen.php.PHPConstants
Substitution constant for the initLoad method
INIT_POST - Static variable in class ch.sahits.codegen.php.PHPConstants
Substitution constant for the initPOST method
initDBButton(int, boolean) - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Initialize the radio buttons with a pre-selection
initDBProduct4Unserialize(Class) - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
This is a wrapper method of #initDBProduct().
InitializableDbBeanGenerator - Class in ch.sahits.codegen.java.generator.jettemplate
This class is a generator class to generate an JET template and use it to generate a class.
InitializableDbBeanGenerator() - Constructor for class ch.sahits.codegen.java.generator.jettemplate.InitializableDbBeanGenerator
Default constructor
initialized - Variable in class ch.sahits.codegen.java.generator.ast.ASTGenerator
 
initialized - Variable in class ch.sahits.codegen.java.input.SQLCreateScriptInput
Flag indicates of the parser is sufficiently initialized for the parsing
initializeString(IFormElement) - Method in class ch.sahits.codegen.java.gui.util.SWTGUIHelper
Create the constructor call for the SWT elements
initModel(IGeneratedJavaClass2) - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Initialize the model
initModel(IGeneratedJavaClass2) - Method in interface ch.sahits.codegen.java.generator.ast.IReferenceImplementation
Initialize the model
initModel(IProgressMonitor, IOutputFileModel, IBasicDBDefinitionPage) - Method in class ch.sahits.codegen.model.BasicModelGenerator
Create and initialize a model for the class to be generated
initModel(IProgressMonitor, IBasicDBDefinitionPage) - Method in interface ch.sahits.codegen.wizards.ICodeGeneratorDelegate
Create and initialize a model for the class to be generated
initModel(IProgressMonitor, IBasicDBDefinitionPage) - Method in class ch.sahits.codegen.wizards.MinimalArtifactDelegate
Delegate the generation of the model to BasicModelGenerator.
initPackageFragmentRoot() - Method in class ch.sahits.codegen.ui.wizards.JavaGenerationDefinition
Initialize the package fragment root
innerValidate(int) - Method in class ch.sahits.codegen.util.ConsoleInputValidator
Validate parameters against an enumeration, common code
INPUT_FILE - Static variable in interface ch.sahits.codegen.wizards.IJavaGenerationDefinitionFocus
Focus is on the input file selection
INPUT_METHOD - Static variable in interface ch.sahits.codegen.wizards.IJavaGenerationDefinitionFocus
Focus is on the input method selection
inputDataFile(String) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the inputDataFile
InputDBConnection - Class in ch.sahits.codegen.extensions
This class encapsules the acces to the extension points of ch.sahits.codegen.java.inputdbconnection
InputDBConnection() - Constructor for class ch.sahits.codegen.extensions.InputDBConnection
 
InputDBParser - Class in ch.sahits.codegen.extensions
This class provides helper methods for the extension point ch.sahits.codegen.java.inputdbparser
InputDBParser() - Constructor for class ch.sahits.codegen.extensions.InputDBParser
 
inputFields() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Retrieve a list of all input elements
inputMethod(int) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the inputMethod
InputParser - Class in ch.sahits.codegen.extensions
This class encapsules the access to the extension point ch.sahits.codegen.java.inputparser
InputParser() - Constructor for class ch.sahits.codegen.extensions.InputParser
 
InputParserFactory - Class in ch.sahits.codegen.java.input
Deprecated. This class has no implementation an is not used within the plug-in
InputParserFactory() - Constructor for class ch.sahits.codegen.java.input.InputParserFactory
Deprecated.  
INSERT - Static variable in interface ch.sahits.codegen.java.input.db.IOracleCreateToken
The Insert keyword
INSERT - Static variable in class ch.sahits.codegen.php.PHPConstants
Substitution constant for the insert method
InsertCreatePopup - Class in ch.sahits.codegen.sql
This is the Action delegate for the pop up menu in the the table selection
InsertCreatePopup() - Constructor for class ch.sahits.codegen.sql.InsertCreatePopup
Constructor for Action1.
insertPK() - Method in class ch.sahits.codegen.java.generator.ast.CRUDOracleReference
Generate the where clause based on the primary key of the model table incl. where keyword.
InsertScriptWizardModel - Class in ch.sahits.codegen.sql.model
Model data for InsertScriptWizardPage
InsertScriptWizardModel() - Constructor for class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Default constructor initializing the lists as empty lists
InsertScriptWizardPage - Class in ch.sahits.codegen.sql.wizards
The "New" wizard page allows setting the container for the new file as well as the file name.
InsertScriptWizardPage(ISelection) - Constructor for class ch.sahits.codegen.sql.wizards.InsertScriptWizardPage
Constructor for SampleNewWizardPage.
InsertSkriptWizard - Class in ch.sahits.codegen.sql.wizards
This Wizard can generate SQL insert scripts based on a DTP connection
InsertSkriptWizard() - Constructor for class ch.sahits.codegen.sql.wizards.InsertSkriptWizard
Constructor for SampleNewWizard.
integral(IFunction, double, double) - Static method in class ch.sahits.math.Integration
Integrate the function f in the interval [a..b].
Integration - Class in ch.sahits.math
The integration is realised with the fifth Gau�-Legendre-Formula.
Integration() - Constructor for class ch.sahits.math.Integration
 
interfaces() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
interfaces() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
internHashCode() - Method in interface ch.sahits.model.gui.IFormGroup
This method returns a hashCode that does not recurse through the elements since this may cause endless ricurrsion.
intk(IFunction, double, double, int) - Static method in class ch.sahits.math.Integration
function call
IObersvable - Interface in ch.sahits.util
This class is the Interface to Observable
IObserver - Interface in ch.sahits.util
An interface can implement the Observer interface when it wants to be informed of changes in observable objects.
IOracleCreateToken - Interface in ch.sahits.codegen.java.input.db
Specialized tokens for Oracle
IOUtil - Class in ch.sahits.io
This class encapsuled different mehtods conserning the in and output of data (c) by Sahits.ch 2007
IOUtil() - Constructor for class ch.sahits.io.IOUtil
 
IOutputFileModel - Interface in ch.sahits.model
This interface defines a file output model that represents the input data of a general artefact Wizard.
IOutputFileModelBuilder - Interface in ch.sahits.model
This interface defines the methods needed to be defined by a builder for an IOutputFileModel
IPHPClassDeclarationBuilder - Interface in ch.sahits.model.php.db
 
IPHPDBModel - Interface in ch.sahits.model.php.db
Interface defining the PHP class model
IPHPMethodDeclaration - Interface in ch.sahits.model.php.db
 
IPHPMethodDeclarationBuilder - Interface in ch.sahits.model.php.db
 
IProcessQueuedAction - Interface in ch.sahits.codegen
This interface is implemented by a class that executes elements from the action queue.
IPureASTGenerator - Interface in ch.sahits.codegen.java.generator.ast
This interface makes classes that generate the code by generating the code with AST.
IReferenceImpleCaller - Interface in ch.sahits.codegen.java.generator
This interface marks an generator class that needs a reference class source file
IReferenceImplementation - Interface in ch.sahits.codegen.java.generator.ast
This interface defines a class that is a reference implementation class
is2Bprocessed() - Method in class ch.sahits.codegen.QueuedActionElement
Check if the element is to be processed.
isAbstract() - Method in class ch.sahits.codegen.java.model.JavaClassDefinition
 
isAbstract() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
isAbstract() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
isAlphaNumeric() - Method in class ch.sahits.model.db.DataBaseTableField
Check if the field type is a primitve type or its wrapper class
isAstTemplateUse() - Method in class ch.sahits.model.java.GeneratedJavaClass
correspondence with CHECKBOX AST generation
isAstTemplateUse() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
correspondence with CHECKBOX AST generation
isAutGenKey(String) - Method in class ch.sahits.codegen.java.input.db.DBConnection
Check if the field is an auto generated key field
isAutogenKey(String, IDataBaseTable) - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Pseudo implementation since the information of the auto generated key is handled within the MySQLCreateScriptInputParser.parseField(StringTokenizer, String, DataBaseTable) method
isAutogenKey(String) - Method in class ch.sahits.codegen.java.input.db.OracleConnection
Check if a trigger is defined for the field on insert that referres to a sequence that fills the field.
isAutogenKey(String, IDataBaseTable) - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Check if a trigger is defined for the field on insert that referres to a sequence that fills the field true if such a trigger exists.
isAutogenKey(String, IDataBaseTable) - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Pseudo implementation since the auto generated key is set in the method SQLServerCreateScriptInputParser.parseField(StringTokenizer, String, DataBaseTable)
isAutogenKey(String, IDataBaseTable) - Method in class ch.sahits.codegen.java.input.SQLCreateScriptInput
Check whether the field name is an autogenerated key.
isAutoGenKey() - Method in class ch.sahits.model.db.DataBaseTableField
 
isBoxingType(Class) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Check whether the type is of a primitive type that needs boxing such as byte, boolean, double, float, int, long, short, char
isBoxingType(Class) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Check whether the type is of a primitive type that needs boxing such as byte, boolean, double, float, int, long, short, char
isBundledRecource() - Method in class ch.sahits.codegen.model.Config
Check wether the requested Resource is in the bundle
isBundledRecource() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Check wether the requested Resource is in the bundle
isCheckBoxGroup(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if the group is a check box group
isChecked() - Method in interface ch.sahits.model.gui.IFormCheckbox
Check if the radio button is checked
isDBAccessNeeded(String) - Method in class ch.sahits.codegen.wizards.GeneralCodegenUtilities
Check whether the generator class or the Reference implementation implements the interface IDBAccess
ISelectedTableDefinition - Interface in ch.sahits.codegen.sql.model
This interface defines a Table structure
isEmpty() - Method in enum ch.sahits.codegen.ActionQueue
 
isEnabled() - Method in interface ch.sahits.model.gui.IFormInputElement
Check if the input field has write access
isFileUpload(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check whether the group contains a file upload field
isFinal() - Method in class ch.sahits.codegen.java.model.JavaClassDefinition
 
isFinal() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
isFinal() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
isFinished() - Method in interface ch.sahits.codegen.java.wizards.IJavaGenerationDefinition
 
isForceOverride() - Static method in class ch.sahits.codegen.core.util.Debugging
Retrieve the override flag
isForceOverwrite() - Method in class ch.sahits.codegen.model.Config
Returns whether existing read-only files should be overwritten.
isForceOverwrite() - Method in interface ch.sahits.codegen.model.IJetGatewayConfiguration
Returns whether existing read-only files should be overwritten.
isFormField(Content) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Check whether an element is of type form field.
isFormGroup(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if the group is a form group
isGeneratedOutputFile() - Method in class ch.sahits.codegen.generator.BasicAxis2ModelGenerator
This generator class generate() method returns an IFile instance
isGeneratedOutputFile() - Method in class ch.sahits.codegen.generator.HibernateConfigurationCreator
This generator class HibernateConfigurationCreator.generate() method returns an IFile instance
isGeneratedOutputFile() - Method in interface ch.sahits.codegen.generator.IGeneralGenerator
Check if the generated output is a file instance or a String
isGeneratedOutputFile() - Method in class ch.sahits.codegen.output.XMLStringOutput
This generator class IGeneralFileGenerator.generate() method returns an IFile instance
isGeneratedOutputFile() - Method in class ch.sahits.codegen.php.PHPCodeGenerator
Check whether the output is a file
isGeneratorClassPathInPlugin() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
isGeneratorClassPathInPlugin() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
isGeneratorUse() - Method in class ch.sahits.model.java.GeneratedJavaClass
correspondence with RADIO Button generator
isGeneratorUse() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
correspondence with RADIO Button generator
isIndexConstraintToken(String) - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Check if the token is a Index constraint token.
isIndexConstraintToken(String) - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Check if the token is a Index constraint token.
isIndexConstraintToken(String) - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Index constraint token
isIndexConstraintToken(String) - Method in class ch.sahits.codegen.java.input.SQLCreateScriptInput
Check if the token is a Index constraint token.
isInitialized() - Method in interface ch.sahits.codegen.generator.IBaseGenerator
Check whether the generator is properly initialized
isInitialized() - Method in class ch.sahits.codegen.generator.JETGateway
Check whether the generator is properly initialized
isInitialized() - Method in interface ch.sahits.codegen.input.IXMLInputFileParser
Check whether the the object is properly initialized
isInitialized() - Method in class ch.sahits.codegen.java.generator.ast.ASTBeanWithDelete
Check whether all members are initialized
isInitialized() - Method in class ch.sahits.codegen.java.generator.ast.ASTGenerator
Check whether all members are initialized
isInitialized() - Method in class ch.sahits.codegen.java.generator.ast.JETASTGenerator
Check whether all members are initialized
isInitialized() - Method in class ch.sahits.codegen.java.generator.ast.PureASTOracleDAOGenerator
Check whether all members are initialized
isInitialized() - Method in class ch.sahits.codegen.java.input.XMLTableParser
Check whether the the object is properly initialized
isInitialized() - Method in class ch.sahits.codegen.php.PHPXMLInputParser
Check if the parser is initialized
isInitialized() - Method in class ch.sahits.codegen.xml.WebserviceParser
Check whether the the object is properly initialized
isInitialized() - Method in class ch.sahits.codegen.xml.XMLParserWithoutDB
Check whether the class is correctly initialized by calling XMLParserWithoutDB.init(String) successfully
isJetemplate(String) - Method in class ch.sahits.codegen.wizards.GeneralCodegenUtilities
Check if the generator element is a JETemplate or a generator class
isJetFileUse() - Method in class ch.sahits.model.java.GeneratedJavaClass
correspondence with RADIO Button jetemplate
isJetFileUse() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
correspondence with RADIO Button jetemplate
isJETGeneration() - Method in interface ch.sahits.model.IOutputFileModel
Check if the generation is done through a JETemplate
isJetTemplateInPlugin() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
isJetTemplateInPlugin() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
 
isJetTemplateUse() - Method in class ch.sahits.model.java.GeneratedJavaClass
correspondence with CHECKBOX jetemplate
isJetTemplateUse() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
correspondence with CHECKBOX jetemplate
isMultiselect() - Method in interface ch.sahits.model.gui.IFormList
Check if the list is multiselect
isNullAllowed() - Method in class ch.sahits.model.db.DataBaseTableField
Check if null values are allowed
isPackageDefault() - Method in class ch.sahits.model.java.GeneratedJavaClass
Check if the visibility is package default
isPackageDefault() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Check if the visibility is package default
isPrimaryKey(DataBaseTableField) - Method in class ch.sahits.model.java.db.DataBaseTable
Check wether the field is part of the primary key
isPrimitiveClass(String) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Check whether the class belongs to the java.lang package
isPrimitiveClass(Class) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Check whether the class belongs to the java.lang package
isPrimitiveClass(String) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Check whether the class belongs to the java.lang package
isPrimitiveClass(Class) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Check whether the class belongs to the java.lang package
isPrimitiveType(DataBaseTableField) - Static method in class ch.sahits.codegen.java.model.util.ConvenientCodegen
Check weather the type is a primitive type, meaning a type defined in the package java.lang
isPrimitiveType(DataBaseTableField) - Static method in class ch.sahits.codegen.util.ConvenientCodegen
Check weather the type is a primitive type, meaning a type defined in the package java.lang
isPrivate() - Method in class ch.sahits.model.java.GeneratedJavaClass
Check if the visibility is private
isPrivate() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Check if the visibility is private
isProtected() - Method in class ch.sahits.model.java.GeneratedJavaClass
Check if the visibility is protected
isProtected() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Check if the visibility is protected
isPublic() - Method in class ch.sahits.codegen.java.model.JavaClassDefinition
 
isPublic() - Method in class ch.sahits.model.java.GeneratedJavaClass
Check if the visibility is public
isPublic() - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Check if the visibility is public
ISQLCreateToken - Interface in ch.sahits.codegen.java.input
This interface defines the tokens that may occurre in a create script as constans.
ISQLInsertScriptGenerator - Interface in ch.sahits.codegen.sql.generator
This interface defines the method that are needed for generating of a insert script
ISQLServerCreateToken - Interface in ch.sahits.codegen.java.input.db
Specialized tokens for SQL Server
isQueueProcessed() - Method in enum ch.sahits.codegen.ActionQueue
Check whether the queue is processed.
isRadioGroup(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if the group is a radio button group
isStatic() - Method in interface ch.sahits.model.php.db.IPHPMethodDeclaration
 
isSympleType(Class) - Method in class ch.sahits.model.java.GeneratedJavaClass
Check if the class is of a simple type, ie a primitive type or a type from package 'java.lang
isSympleType(Class) - Method in interface ch.sahits.model.java.IGeneratedJavaClass2
Check if the class is of a simple type, ie a primitive type or a type from
isSynchronous() - Method in interface ch.sahits.model.IWebservice
 
isTextNode(Content) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Check wether the element node is some sort of text node.
isTrue() - Method in class ch.sahits.test.ComparetorResult
Check if the comparison was successful
isValidGroup(IFormGroup) - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if the group is a valid group
isVisible() - Method in interface ch.sahits.model.gui.IFormInputElement
Check if the field is visible
isVisible() - Method in interface ch.sahits.model.gui.IFormLabel
Check if the field is visible
iterator() - Method in enum ch.sahits.codegen.ActionQueue
 
iterator() - Method in class ch.sahits.codegen.extensions.GeneratorCollection
 
iterator() - Method in interface ch.sahits.codegen.extensions.IGeneralGeneratorCollection
Retrieve an iterator of the Collection
iterator() - Method in interface ch.sahits.codegen.extensions.IGeneratorCollection
Retrieve an iterator of the Collection
IWebservice - Interface in ch.sahits.model
This interface defines the getter methods of a webservice metadata model.
IWebserviceBuilder - Interface in ch.sahits.model
This interface defines the methodes defined by a Builder class for an IWebservice
IXMLGeneralInputFileParser - Interface in ch.sahits.codegen.input
This interface defines the generate method to generate an input data model
IXMLInputFileParser - Interface in ch.sahits.codegen.input
This interface denotes what an input parser for XML files must do.
IXMLJavaInputFileParser - Interface in ch.sahits.codegen.input
This interface denotes what an input parser for XML files must do.
IXMLJavaInputFileParser - Interface in ch.sahits.codegen.java.input
This interface denotes what an input parser for XML files must do.
IXMLSerializer - Interface in ch.sahits.codegen.wizards
This interface defines the functionality a XML serialisation class must provide.
IXMLSerializerFactory - Interface in ch.sahits.codegen.input
This interace defines the methods of the XML Serializer factory

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