Uses of Class
project35.mda.config.ListFieldConfiguration

Packages that use ListFieldConfiguration
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 ListFieldConfiguration in project35.mda.config
 

Methods in project35.mda.config that return ListFieldConfiguration
 ListFieldConfiguration SchemaConceptPropertyManager.getListFieldConfiguration(java.lang.String recordClassName, java.lang.String fieldName)
           
 ListFieldConfiguration Project35ConfigurationReader.getListFieldConfiguration(java.lang.String recordClassName, java.lang.String fieldName)
           
 ListFieldConfiguration[] RecordConfiguration.getListFieldConfigurations()
           
 

Methods in project35.mda.config with parameters of type ListFieldConfiguration
 void RecordConfiguration.addListFieldConfiguration(ListFieldConfiguration listFieldConfiguration)