Uses of Class
project35.mda.config.IDGeneratorServiceConfiguration

Packages that use IDGeneratorServiceConfiguration
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. 
project35.soa.id This small package describes services which generate identifier values for text fields. 
 

Uses of IDGeneratorServiceConfiguration in project35.mda.config
 

Methods in project35.mda.config that return IDGeneratorServiceConfiguration
 IDGeneratorServiceConfiguration AttributeFieldConfiguration.getIDGeneratorServiceConfiguration()
           
 IDGeneratorServiceConfiguration ServiceConfigurationParser.parseIDGeneratorServiceConfiguration(org.w3c.dom.Element idGeneratorServiceElement)
           
 

Methods in project35.mda.config with parameters of type IDGeneratorServiceConfiguration
 void AttributeFieldConfiguration.setIDGeneratorServiceConfiguration(IDGeneratorServiceConfiguration idGeneratorServiceConfiguration)
           
 

Uses of IDGeneratorServiceConfiguration in project35.soa.id
 

Methods in project35.soa.id with parameters of type IDGeneratorServiceConfiguration
 IDGeneratorService IDGeneratorServiceFactory.createService(IDGeneratorServiceConfiguration idGeneratorServiceConfiguration)