Uses of Class
fr.cnes.sitools.plugins.filters.model.FilterParameterType

Packages that use FilterParameterType
fr.cnes.sitools.plugins.filters.model   
 

Uses of FilterParameterType in fr.cnes.sitools.plugins.filters.model
 

Methods in fr.cnes.sitools.plugins.filters.model that return FilterParameterType
 FilterParameterType FilterParameter.getType()
          Gets the type value
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.plugins.filters.model with parameters of type FilterParameterType
 void FilterParameter.setType(FilterParameterType type)
          Sets the value of type
 

Constructors in fr.cnes.sitools.plugins.filters.model with parameters of type FilterParameterType
FilterParameter(java.lang.String name, java.lang.String description, FilterParameterType type)
          Constructor
 



Copyright © 2010-2013 CNES. All Rights Reserved.