Uses of Interface
org.deegree.services.wfs.configuration.Reference

Packages that use Reference
org.deegree_impl.services.wfs.configuration   
org.deegree.services.wfs.configuration   
 

Uses of Reference in org.deegree_impl.services.wfs.configuration
 

Classes in org.deegree_impl.services.wfs.configuration that implement Reference
 class Reference_Impl
          the interface describes a reference from one table to another ---------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wfs.configuration that return Reference
 Reference[] TableDescription_Impl.getReferences(java.lang.String datastoreField)
          returns an object that describes the reference to another table
 Reference[] TableDescription_Impl.getReferences()
          returns all references contained within the table. an implementation have to ensure that if no references are contained a zero length will be returned
static Reference ConfigurationFactory.createReferences(java.lang.String tableField, boolean replaceable, java.lang.String targetTable, java.lang.String targetField)
          creates a description object for reference to a related table for the master table or an higher level related table
 

Methods in org.deegree_impl.services.wfs.configuration with parameters of type Reference
 void TableDescription_Impl.addReference(java.lang.String field, Reference reference)
           
 

Uses of Reference in org.deegree.services.wfs.configuration
 

Methods in org.deegree.services.wfs.configuration that return Reference
 Reference[] TableDescription.getReferences(java.lang.String datastoreField)
          returns an object that describes the reference to another table
 Reference[] TableDescription.getReferences()
          returns all references contained within the table. an implementation have to ensure that if no references are contained a zero length will be returned