org.gcube.dataanalysis.ecoengine.datatypes
Class ColumnTypesList

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

public class ColumnTypesList
extends StatisticalType


Field Summary
protected  List<ColumnType> list
           
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
defaultValue, description, name, optional
 
Constructor Summary
ColumnTypesList(String tableName, String name, String description, boolean optional)
           
 
Method Summary
 void add(ColumnType st)
           
 List<ColumnType> getList()
           
 String getTabelName()
           
 
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

list

protected List<ColumnType> list
Constructor Detail

ColumnTypesList

public ColumnTypesList(String tableName,
                       String name,
                       String description,
                       boolean optional)
Method Detail

add

public void add(ColumnType st)

getList

public List<ColumnType> getList()

getTabelName

public String getTabelName()


Copyright © 2012. All Rights Reserved.