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

Packages that use ForeignKey
org.biomage.tools.generate_er   
 

Uses of ForeignKey in org.biomage.tools.generate_er
 

Methods in org.biomage.tools.generate_er that return ForeignKey
 ForeignKey AssociationColumn.getForeignKey()
          Description: return the foreign key object of this table
 

Methods in org.biomage.tools.generate_er with parameters of type ForeignKey
 void AssociationColumn.setForeignKey(ForeignKey myFK)
          Description: set the foreign key object of this table
 

Constructors in org.biomage.tools.generate_er with parameters of type ForeignKey
ForeignKey(ForeignKey FK)
          Description: Constructor for the ForeignKey object.