Code Generator for Eclipse Code
Brought to you by:
hotzst
--- a/branches/phpintegration/ch.sahits.codegen.example/src/ch/sahits/codegen/xml/XMLParserWithoutDB.java +++ b/branches/phpintegration/ch.sahits.codegen.example/src/ch/sahits/codegen/xml/XMLParserWithoutDB.java @@ -111,5 +111,14 @@ boolean isFinal) { return (IGeneratedJavaClass) generateModel(className); } + /** + * Indicate if the input file is self contained or if for + * compleetion of the model information from the second page is + * needed. + * @return false + */ + public boolean needsDataBaseInformationForCompleetion(){ + return false; + } }