org.gcube.data.harmonization.occurrence.impl.model.statistical
Class AlgorithmParameter
java.lang.Object
org.gcube.data.harmonization.occurrence.impl.model.statistical.AlgorithmParameter
public class AlgorithmParameter
- extends Object
AlgorithmParameter
public AlgorithmParameter(DataType type,
String name,
String defaultValue,
String description)
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.