Uses of Class
org.biomage.tools.generate_er.DataColumn

Packages that use DataColumn
org.biomage.tools.generate_er   
 

Uses of DataColumn in org.biomage.tools.generate_er
 

Subclasses of DataColumn in org.biomage.tools.generate_er
 class AssociationColumn
           
 

Methods in org.biomage.tools.generate_er that return DataColumn
 DataColumn PrimaryKey.getDataColumn()
          Description: get primary key column
 

Methods in org.biomage.tools.generate_er with parameters of type DataColumn
 void Table.setData(DataColumn myData)
          Description: set one simple data column
 void PrimaryKey.setDataColumn(DataColumn column)
          Description: set the primary key column
 void Unique.setOneColumn(DataColumn data)
          Description: set the one of the columns consisting the Unique
 

Constructors in org.biomage.tools.generate_er with parameters of type DataColumn
PrimaryKey(DataColumn myColumn)
          Description: Constructor for the PrimaryKey object.