|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_java.CreateJavaFile
org.biomage.tools.generate_java.CreateJavaClassFile
public class CreateJavaClassFile
Description: Base Class for other classes to generate Java class files.
Nested Class Summary | |
---|---|
protected class |
CreateJavaClassFile.WriteDataAttrInformation
Description: Inner class to write attribute information. |
Nested classes/interfaces inherited from class org.biomage.tools.generate_java.CreateJavaFile |
---|
CreateJavaFile.rankComparator, CreateJavaFile.WriteAssociationAttrInformation, CreateJavaFile.WriteAttrInformation, CreateJavaFile.WriteRoleInformation |
Constructor Summary | |
---|---|
protected |
CreateJavaClassFile(CreateFile createFile)
|
Method Summary | |
---|---|
protected void |
writeDataAttrDecl(java.io.FileWriter writer)
Description: Writes the data declarations out to the file. |
Methods inherited from class org.biomage.tools.generate_java.CreateJavaFile |
---|
getAttrVarName, printJavaClassFile, writeAssnAttrDecl, writeAssnAttrMethods, writeAttrDecl, writeAttributeConstructor, writeAttrMethods, writeClassDecl, writeDataAttrMethods, writeDefaultConstructor, writeExceptionClass, writeImports, writeXMLWriterMethods |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CreateJavaClassFile(CreateFile createFile)
Method Detail |
---|
protected void writeDataAttrDecl(java.io.FileWriter writer) throws java.lang.Exception
writeDataAttrDecl
in class CreateJavaFile
writer:
- FileWriter to used to write to the file.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |