Uses of Class
fr.cnes.sitools.dataset.dto.DictionaryMappingDTO

Packages that use DictionaryMappingDTO
fr.cnes.sitools.dataset   
fr.cnes.sitools.dataset.dto   
 

Uses of DictionaryMappingDTO in fr.cnes.sitools.dataset
 

Methods in fr.cnes.sitools.dataset that return DictionaryMappingDTO
 DictionaryMappingDTO DataSetApplication.getColumnConceptMappingDTO(java.lang.String dictionaryName)
          Get the DictionaryMappingDTO from the mapping of this dataset from its dictionaryName
 

Methods in fr.cnes.sitools.dataset that return types with arguments of type DictionaryMappingDTO
 java.util.List<DictionaryMappingDTO> DataSetApplication.getDictionaryMappings()
          Gets the dictionaryMappings value
 

Method parameters in fr.cnes.sitools.dataset with type arguments of type DictionaryMappingDTO
 void DataSetApplication.setDictionaryMappings(java.util.List<DictionaryMappingDTO> dictionaryMappings)
          Sets the value of dictionaryMappings
 

Uses of DictionaryMappingDTO in fr.cnes.sitools.dataset.dto
 

Methods in fr.cnes.sitools.dataset.dto that return types with arguments of type DictionaryMappingDTO
 java.util.List<DictionaryMappingDTO> DataSetExpositionDTO.getDictionaryMappings()
          Gets the dictionaryMappings value
 

Method parameters in fr.cnes.sitools.dataset.dto with type arguments of type DictionaryMappingDTO
 void DataSetExpositionDTO.setDictionaryMappings(java.util.List<DictionaryMappingDTO> dictionaryMappings)
          Sets the value of dictionaryMappings
 



Copyright © 2010-2013 CNES. All Rights Reserved.