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

Packages that use ResourceParameterType
fr.cnes.sitools.plugins.resources.model   
 

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

Methods in fr.cnes.sitools.plugins.resources.model that return ResourceParameterType
 ResourceParameterType ResourceParameter.getType()
          Gets the type value
static ResourceParameterType ResourceParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceParameterType[] ResourceParameterType.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 ResourceParameterType
 void ResourceParameter.setType(ResourceParameterType type)
          Sets the value of type
 

Constructors in fr.cnes.sitools.plugins.resources.model with parameters of type ResourceParameterType
ResourceParameter(java.lang.String name, java.lang.String description, ResourceParameterType type)
          Constructor
 



Copyright © 2010-2013 CNES. All Rights Reserved.