net.sf.dewdrop.xml
Class OrphanedFKRef

java.lang.Object
  extended bynet.sf.dewdrop.xml.OrphanedFKRef

public class OrphanedFKRef
extends Object

Simple class to record a ForiegnKey and what line/column it occured on in order to report it later to the user if the referenced table is never defined.


Constructor Summary
OrphanedFKRef(Table localTable, ForeignKey fk, int line, int column)
           
 
Method Summary
 int getColumn()
           
 ForeignKey getFk()
           
 int getLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrphanedFKRef

public OrphanedFKRef(Table localTable,
                     ForeignKey fk,
                     int line,
                     int column)
Method Detail

getColumn

public int getColumn()

getFk

public ForeignKey getFk()

getLine

public int getLine()