|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_java.CreateJavaFile.WriteAttrInformation
org.biomage.tools.generate_java.CreateJavaClassFile.WriteDataAttrInformation
protected class CreateJavaClassFile.WriteDataAttrInformation
Description: Inner class to write attribute information. Overwrites baseclass to do data attribute specific code generation.
Constructor Summary | |
---|---|
protected |
CreateJavaClassFile.WriteDataAttrInformation()
Description: C'tor for class. |
Method Summary | |
---|---|
protected void |
writeAttr(java.io.FileWriter writer,
CreateFile.AttrInformation attr)
Description: Writes itself to the file. |
Methods inherited from class org.biomage.tools.generate_java.CreateJavaFile.WriteAttrInformation |
---|
getDatatype, writeGetAndSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CreateJavaClassFile.WriteDataAttrInformation() throws java.lang.Exception
writer:
- to use to write to the Java class file.attrInfo:
- class to obtain the information to use to write the Java attributes.
java.lang.Exception
Method Detail |
---|
protected void writeAttr(java.io.FileWriter writer, CreateFile.AttrInformation attr) throws java.lang.Exception
writeAttr
in class CreateJavaFile.WriteAttrInformation
writer:
- FileWriter to used to write to the file.attr:
- information on the attribute.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |