org.deegree.services.wfs.configuration
Interface Reference

All Known Implementing Classes:
Reference_Impl

public interface Reference

the interface describes a reference from one table to another

---------------------------------------------------------------------

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:51 $
Author:
Andreas Poth

Method Summary
 java.lang.String getTableField()
          returns the name of the field of the source table that is used as reference to another table
 java.lang.String getTargetField()
          returns the name of the field of the target table that matches the source tables reference field (@see getTableField)
 java.lang.String getTargetTable()
          returns the name of the table targeted by the reference. in the case of a shapefile datastore this is the name of another shapefile without extension
 boolean isReplaceable()
          returns true if the reference field of the source table shall be replaced by the referenced data
 

Method Detail

getTableField

public java.lang.String getTableField()
returns the name of the field of the source table that is used as reference to another table


isReplaceable

public boolean isReplaceable()
returns true if the reference field of the source table shall be replaced by the referenced data


getTargetTable

public java.lang.String getTargetTable()
returns the name of the table targeted by the reference. in the case of a shapefile datastore this is the name of another shapefile without extension


getTargetField

public java.lang.String getTargetField()
returns the name of the field of the target table that matches the source tables reference field (@see getTableField)