org.gcube.dataanalysis.ecoengine.datatypes
Class OutputTable

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

public class OutputTable
extends InputTable


Field Summary
protected  String tableName
           
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.datatypes.InputTable
templateNames
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
defaultValue, description, name, optional
 
Constructor Summary
OutputTable(List<TableTemplates> templateName, String name, String tableName, String description)
           
OutputTable(List<TableTemplates> templateName, String name, String tableName, String description, String defaultValue)
           
OutputTable(List<TableTemplates> templateName, String name, String tableName, String description, String defaultValue, boolean optional)
           
 
Method Summary
 String getTableName()
           
 
Methods inherited from class org.gcube.dataanalysis.ecoengine.datatypes.InputTable
getTemplateNames, setTemplateNames
 
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

tableName

protected String tableName
Constructor Detail

OutputTable

public OutputTable(List<TableTemplates> templateName,
                   String name,
                   String tableName,
                   String description,
                   String defaultValue,
                   boolean optional)

OutputTable

public OutputTable(List<TableTemplates> templateName,
                   String name,
                   String tableName,
                   String description,
                   String defaultValue)

OutputTable

public OutputTable(List<TableTemplates> templateName,
                   String name,
                   String tableName,
                   String description)
Method Detail

getTableName

public String getTableName()
Overrides:
getTableName in class InputTable


Copyright © 2012. All Rights Reserved.