org.gcube.dataanalysis.ecoengine.datatypes
Class ServiceType

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
      extended by org.gcube.dataanalysis.ecoengine.datatypes.ServiceType

public class ServiceType
extends StatisticalType


Field Summary
protected  ServiceParameters serviceParameter
           
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
defaultValue, description, name, optional
 
Constructor Summary
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)
           
 
Method Summary
 ServiceParameters getServiceParameter()
           
 void setServiceParameter(ServiceParameters serviceParameter)
           
 
Methods inherited from class org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
getDefaultValue, getDescription, getName, isOptional, setDefaultValue, setDescription, setName, setOptional, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceParameter

protected ServiceParameters serviceParameter
Constructor Detail

ServiceType

public ServiceType(ServiceParameters serviceParameter,
                   String name,
                   String description,
                   String defaultValue,
                   boolean optional)

ServiceType

public ServiceType(ServiceParameters serviceParameter,
                   String name,
                   String description,
                   String defaultValue)

ServiceType

public ServiceType(ServiceParameters serviceParameter,
                   String name,
                   String description)
Method Detail

getServiceParameter

public ServiceParameters getServiceParameter()

setServiceParameter

public void setServiceParameter(ServiceParameters serviceParameter)


Copyright © 2013. All Rights Reserved.