Uses of Class
fr.cnes.sitools.dataset.converter.model.ConverterParameterType

Packages that use ConverterParameterType
fr.cnes.sitools.dataset.converter.model   
 

Uses of ConverterParameterType in fr.cnes.sitools.dataset.converter.model
 

Methods in fr.cnes.sitools.dataset.converter.model that return ConverterParameterType
 ConverterParameterType ConverterParameter.getParameterType()
          Gets the parameter_type value
static ConverterParameterType ConverterParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConverterParameterType[] ConverterParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.dataset.converter.model with parameters of type ConverterParameterType
 void ConverterParameter.setParameterType(ConverterParameterType paramType)
          Sets the value of parameter_type
 

Constructors in fr.cnes.sitools.dataset.converter.model with parameters of type ConverterParameterType
ConverterParameter(java.lang.String n, java.lang.String d, ConverterParameterType pt)
          Constructor
 



Copyright © 2010-2013 CNES. All Rights Reserved.