Uses of Class
project35.mda.config.RecordConfiguration

Packages that use RecordConfiguration
project35.mda.config This package contains classes which manage the configuration options for the data entry tool which are not covered by the XML Schema. 
 

Uses of RecordConfiguration in project35.mda.config
 

Methods in project35.mda.config that return RecordConfiguration
 RecordConfiguration[] Project35ConfigurationReader.getRecordConfigurations()
           
 RecordConfiguration RecordConfigurationParser.parse(org.w3c.dom.Element recordConfigurationElement)
           
 

Methods in project35.mda.config with parameters of type RecordConfiguration
 void Project35ConfigurationReader.addRecordConfiguration(RecordConfiguration recordConfiguration)