Uses of Class
fr.cnes.sitools.plugins.resources.model.DataSetSelectionType

Packages that use DataSetSelectionType
fr.cnes.sitools.dataset.services.model   
fr.cnes.sitools.plugins.guiservices.declare.model   
fr.cnes.sitools.plugins.resources.dto   
fr.cnes.sitools.plugins.resources.model   
 

Uses of DataSetSelectionType in fr.cnes.sitools.dataset.services.model
 

Methods in fr.cnes.sitools.dataset.services.model that return DataSetSelectionType
 DataSetSelectionType ServiceModel.getDataSetSelection()
          Gets the dataSetSelection value
 

Methods in fr.cnes.sitools.dataset.services.model with parameters of type DataSetSelectionType
 void ServiceModel.setDataSetSelection(DataSetSelectionType dataSetSelection)
          Sets the value of dataSetSelection
 

Uses of DataSetSelectionType in fr.cnes.sitools.plugins.guiservices.declare.model
 

Methods in fr.cnes.sitools.plugins.guiservices.declare.model that return DataSetSelectionType
 DataSetSelectionType GuiServiceModel.getDataSetSelection()
          Gets the dataSetSelection value
 

Methods in fr.cnes.sitools.plugins.guiservices.declare.model with parameters of type DataSetSelectionType
 void GuiServiceModel.setDataSetSelection(DataSetSelectionType dataSetSelection)
          Sets the value of dataSetSelection
 

Uses of DataSetSelectionType in fr.cnes.sitools.plugins.resources.dto
 

Methods in fr.cnes.sitools.plugins.resources.dto that return DataSetSelectionType
 DataSetSelectionType ResourcePluginDescriptionDTO.getDataSetSelection()
          Gets the dataSetSelection value
 DataSetSelectionType ResourceModelDTO.getDataSetSelection()
          Gets the dataSetSelection value
 

Methods in fr.cnes.sitools.plugins.resources.dto with parameters of type DataSetSelectionType
 void ResourcePluginDescriptionDTO.setDataSetSelection(DataSetSelectionType dataSetSelection)
          Sets the value of dataSetSelection
 void ResourceModelDTO.setDataSetSelection(DataSetSelectionType dataSetSelection)
          Sets the value of dataSetSelection
 

Uses of DataSetSelectionType in fr.cnes.sitools.plugins.resources.model
 

Methods in fr.cnes.sitools.plugins.resources.model that return DataSetSelectionType
 DataSetSelectionType ResourceModel.getDataSetSelection()
          Gets the dataSetSelection value
static DataSetSelectionType DataSetSelectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataSetSelectionType[] DataSetSelectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.plugins.resources.model with parameters of type DataSetSelectionType
 void ResourceModel.setDataSetSelection(DataSetSelectionType dataSetSelection)
          Sets the value of dataSetSelection.
 



Copyright © 2010-2013 CNES. All Rights Reserved.