Package bbd.jportal2.generators
Class IdlCode
- java.lang.Object
-
- bbd.jportal2.BaseGenerator
-
- bbd.jportal2.generators.IdlCode
-
- All Implemented Interfaces:
IBuiltInGenerator,IBuiltInSIProcessor,IGenerator,ISIProcessor
public class IdlCode extends BaseGenerator implements IBuiltInSIProcessor
-
-
Constructor Summary
Constructors Constructor Description IdlCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Stringdocumentation()voidgenerate(Database database, String output)Generates the procedure classes for each table present.-
Methods inherited from class bbd.jportal2.BaseGenerator
addFileToOutputtedFilesList, addFileToOutputtedFilesList, getFlags, getGeneratedOutputFiles, openOutputFileForGeneration, openOutputFileForGeneration, toBoolean
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface bbd.jportal2.IGenerator
getFlags, toBoolean
-
Methods inherited from interface bbd.jportal2.ISIProcessor
getGeneratedOutputFiles
-
-
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin interfaceIGenerator
-
documentation
public String documentation()
- Specified by:
documentationin interfaceIGenerator
-
-