Uses of Class
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.ServiceParameters

Packages that use ServiceParameters
org.gcube.dataanalysis.ecoengine.datatypes   
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes   
 

Uses of ServiceParameters in org.gcube.dataanalysis.ecoengine.datatypes
 

Fields in org.gcube.dataanalysis.ecoengine.datatypes declared as ServiceParameters
protected  ServiceParameters ServiceType.serviceParameter
           
 

Methods in org.gcube.dataanalysis.ecoengine.datatypes that return ServiceParameters
 ServiceParameters ServiceType.getServiceParameter()
           
 

Methods in org.gcube.dataanalysis.ecoengine.datatypes with parameters of type ServiceParameters
 void ServiceType.setServiceParameter(ServiceParameters serviceParameter)
           
 

Constructors in org.gcube.dataanalysis.ecoengine.datatypes with parameters of type ServiceParameters
ServiceType(ServiceParameters serviceParameter, String name, String description)
           
ServiceType(ServiceParameters serviceParameter, String name, String description, String defaultValue)
           
ServiceType(ServiceParameters serviceParameter, String name, String description, String defaultValue, boolean optional)
           
 

Uses of ServiceParameters in org.gcube.dataanalysis.ecoengine.datatypes.enumtypes
 

Methods in org.gcube.dataanalysis.ecoengine.datatypes.enumtypes that return ServiceParameters
static ServiceParameters ServiceParameters.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceParameters[] ServiceParameters.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.