Uses of Class
de.fesenmeyer.dbnormalizer.core.configuration.FDConfig

Packages that use FDConfig
de.fesenmeyer.dbnormalizer.core.configuration Contains the classes used for reading and writing configuration data of a session. 
 

Uses of FDConfig in de.fesenmeyer.dbnormalizer.core.configuration
 

Fields in de.fesenmeyer.dbnormalizer.core.configuration with type parameters of type FDConfig
private  Collection<FDConfig> TableConfig.fdConfigs
          The FDs.
 

Methods in de.fesenmeyer.dbnormalizer.core.configuration that return types with arguments of type FDConfig
 Collection<FDConfig> TableConfig.getFdConfigs()
          Gets the FDs.
private  Collection<FDConfig> ConfigurationReader.retrieveFDConfigs(Element fdsNode)
          Reads the FDs from a fds node.
 

Method parameters in de.fesenmeyer.dbnormalizer.core.configuration with type arguments of type FDConfig
private  Element ConfigurationWriter.getFDsNode(Collection<FDConfig> fdConfigs)
          Creates a fds node from FDConfig objects.
 void TableConfig.setFdConfigs(Collection<FDConfig> fdConfigs)
          Sets the FDs.