org.gcube.dataanalysis.ecoengine.datatypes
Class StatisticalType

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
Direct Known Subclasses:
ColumnType, ColumnTypesList, DatabaseType, InputTable, PrimitiveType, PrimitiveTypesList, ServiceType, StatisticalTypeList, TablesList

public class StatisticalType
extends Object


Field Summary
protected  String defaultValue
           
protected  String description
           
protected  String name
           
protected  boolean optional
           
 
Constructor Summary
StatisticalType(String name, String description)
           
StatisticalType(String name, String description, boolean optional)
           
StatisticalType(String name, String description, String defaultValue)
           
StatisticalType(String name, String description, String defaultValue, boolean optional)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 boolean isOptional()
           
 void setDefaultValue(String defaultValue)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setOptional(boolean optional)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

defaultValue

protected String defaultValue

description

protected String description

name

protected String name

optional

protected boolean optional
Constructor Detail

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)
Method Detail

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.