org.gcube.dataanalysis.ecoengine.datatypes
Class StatisticalType
java.lang.Object
org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
- Direct Known Subclasses:
- DatabaseType, InputTable, PrimitiveType, PrimitiveTypesList, ServiceType, StatisticalTypeList, TablesList
public class StatisticalType
- extends Object
defaultValue
protected String defaultValue
description
protected String description
name
protected String name
optional
protected boolean optional
StatisticalType
public StatisticalType(String name,
String description,
String defaultValue,
boolean optional)
StatisticalType
public StatisticalType(String name,
String description,
String defaultValue)
StatisticalType
public StatisticalType(String name,
String description)
StatisticalType
public StatisticalType(String name,
String description,
boolean optional)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
isOptional
public boolean isOptional()
setOptional
public void setOptional(boolean optional)
getName
public String getName()
setName
public void setName(String name)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.