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

Packages that use ResourceBehaviorType
fr.cnes.sitools.plugins.resources.dto   
fr.cnes.sitools.plugins.resources.model   
 

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

Methods in fr.cnes.sitools.plugins.resources.dto that return ResourceBehaviorType
 ResourceBehaviorType ResourcePluginDescriptionDTO.getBehavior()
          Gets the behavior value
 ResourceBehaviorType ResourceModelDTO.getBehavior()
          Gets the behavior value
 

Methods in fr.cnes.sitools.plugins.resources.dto with parameters of type ResourceBehaviorType
 void ResourcePluginDescriptionDTO.setBehavior(ResourceBehaviorType behavior)
          Sets the value of behavior
 void ResourceModelDTO.setBehavior(ResourceBehaviorType behavior)
          Sets the value of behavior
 

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

Methods in fr.cnes.sitools.plugins.resources.model that return ResourceBehaviorType
 ResourceBehaviorType ResourceModel.getBehavior()
          Gets the behavior value.It is use to tell the client interface behavior after calling the resource.
static ResourceBehaviorType ResourceBehaviorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceBehaviorType[] ResourceBehaviorType.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 ResourceBehaviorType
 void ResourceModel.setBehavior(ResourceBehaviorType behavior)
          Sets the value of behavior
 



Copyright © 2010-2013 CNES. All Rights Reserved.