Uses of Class
fr.cnes.sitools.dictionary.model.Concept

Packages that use Concept
fr.cnes.sitools.dataset.dto   
fr.cnes.sitools.dictionary.model   
 

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

Methods in fr.cnes.sitools.dataset.dto that return Concept
 Concept ColumnConceptMappingDTO.getConcept()
          Gets the concept value
 

Methods in fr.cnes.sitools.dataset.dto that return types with arguments of type Concept
 java.util.List<Concept> DictionaryMappingDTO.getListConceptMapped(java.lang.String columnAlias)
          Get the list of Concept mapped with the following columnAlias
 

Methods in fr.cnes.sitools.dataset.dto with parameters of type Concept
 void ColumnConceptMappingDTO.setConcept(Concept concept)
          Sets the value of concept
 

Uses of Concept in fr.cnes.sitools.dictionary.model
 

Methods in fr.cnes.sitools.dictionary.model that return types with arguments of type Concept
 java.util.List<Concept> Dictionary.getConcepts()
          Gets the concepts value
 

Method parameters in fr.cnes.sitools.dictionary.model with type arguments of type Concept
 void Dictionary.setConcepts(java.util.List<Concept> concepts)
          Sets the value of concepts
 



Copyright © 2010-2013 CNES. All Rights Reserved.