org.gcube.data.harmonization.occurrence.impl.model.statistical
Class AlgorithmParameter

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.model.statistical.AlgorithmParameter

public class AlgorithmParameter
extends Object


Constructor Summary
AlgorithmParameter(DataType type, String name, String defaultValue, String description)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 DataType getType()
           
 void setDefaultValue(String defaultValue)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setType(DataType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlgorithmParameter

public AlgorithmParameter(DataType type,
                          String name,
                          String defaultValue,
                          String description)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getType

public DataType getType()
Returns:
the type

setType

public void setType(DataType type)
Parameters:
type - the type to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDefaultValue

public String getDefaultValue()
Returns:
the defaultValue

setDefaultValue

public void setDefaultValue(String defaultValue)
Parameters:
defaultValue - the defaultValue to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set


Copyright © 2013. All Rights Reserved.