Uses of Class
fr.cnes.sitools.dataset.filter.model.FilterParameterType

Packages that use FilterParameterType
fr.cnes.sitools.dataset.filter.model   
 

Uses of FilterParameterType in fr.cnes.sitools.dataset.filter.model
 

Methods in fr.cnes.sitools.dataset.filter.model that return FilterParameterType
 FilterParameterType FilterParameter.getParameterType()
          Get the parameter type
static FilterParameterType FilterParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterParameterType[] FilterParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.dataset.filter.model with parameters of type FilterParameterType
 void FilterParameter.setParameterType(FilterParameterType paramType)
          Sets the value of parameter_type
 

Constructors in fr.cnes.sitools.dataset.filter.model with parameters of type FilterParameterType
FilterParameter(java.lang.String n, java.lang.String d, FilterParameterType pt)
          Constructor
 



Copyright © 2010-2013 CNES. All Rights Reserved.