Uses of Class
org.biomage.tools.generate_classes.CreateFile.AttrInformation

Packages that use CreateFile.AttrInformation
org.biomage.tools.generate_classes   
org.biomage.tools.generate_cpp   
org.biomage.tools.generate_er   
org.biomage.tools.generate_java   
 

Uses of CreateFile.AttrInformation in org.biomage.tools.generate_classes
 

Subclasses of CreateFile.AttrInformation in org.biomage.tools.generate_classes
 class CreateClassFile.DataTypeAttrInformation
          Description: Inner class to hold datatype attribute information.
 class CreateClassFile.MethodInformation
          Description: Inner class to hold method information.
 class CreateClassFile.MethodInformation.ParamInfo
          Description: Inner class to hold parameter information.
 class CreateFile.AssociationAttrInformation
          Description: Inner class to hold association attribute information.
 class CreateFile.IdentifierAttrInformation
          Description: Inner class to hold association attribute information.
 

Uses of CreateFile.AttrInformation in org.biomage.tools.generate_cpp
 

Methods in org.biomage.tools.generate_cpp with parameters of type CreateFile.AttrInformation
 java.lang.String CreateCPPFile.fixDataType(CreateFile.AttrInformation attr)
           
 boolean CreateCPPFile.specificWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.ImportWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.ClassDeclWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.GetAndSetWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.DataMemberWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.ConstructorWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.AssignmentWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 boolean CreateCPPFile.EquivalenceWriter.writeAttr(CreateFile creator, CreateFile.AttrInformation attr, boolean wroteone)
           
 

Uses of CreateFile.AttrInformation in org.biomage.tools.generate_er
 

Methods in org.biomage.tools.generate_er with parameters of type CreateFile.AttrInformation
protected  java.lang.String CreateMageER.getDatatype(CreateFile.AttrInformation attr)
          Description: Pass through get method for datatype.
 

Uses of CreateFile.AttrInformation in org.biomage.tools.generate_java
 

Methods in org.biomage.tools.generate_java with parameters of type CreateFile.AttrInformation
protected  java.lang.String CreateJavaPackageFile.getAttrVarName(CreateFile.AttrInformation attr)
          Description: Pass through to return the variable name to write out.
protected  java.lang.String CreateJavaFile.getAttrVarName(CreateFile.AttrInformation attr)
          Description: Pass through to return the variable name to write out.
protected  java.lang.String CreateJavaFile.WriteAttrInformation.getDatatype(CreateFile.AttrInformation attr)
          Description: Pass through get method for datatype.
protected  void CreateJavaFile.WriteAttrInformation.writeAttr(java.io.FileWriter writer, CreateFile.AttrInformation attr)
          Description: Writes itself to the file.
protected  void CreateJavaFile.WriteAssociationAttrInformation.writeAttr(java.io.FileWriter writer, CreateFile.AttrInformation attr)
          Description: Writes the attribute declaration to the file.
protected  void CreateJavaClassFile.WriteDataAttrInformation.writeAttr(java.io.FileWriter writer, CreateFile.AttrInformation attr)
          Description: Writes itself to the file.
protected  void CreateJavaFile.WriteAttrInformation.writeGetAndSet(java.io.FileWriter writer, CreateFile.AttrInformation attr)
          Description: Writes the attribute set and get methods.
protected  void CreateJavaFile.WriteAssociationAttrInformation.writeGetAndSet(java.io.FileWriter writer, CreateFile.AttrInformation attr)
          Description: Writes the attribute set and get methods.