org.gcube.dataanalysis.ecoengine.datatypes
Class PrimitiveTypesList

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

public class PrimitiveTypesList
extends StatisticalType


Field Summary
protected  List<PrimitiveType> list
           
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType
defaultValue, description, name, optional
 
Constructor Summary
PrimitiveTypesList(String className, PrimitiveTypes type, String name, String description, boolean optional)
           
 
Method Summary
 void add(PrimitiveType st)
           
 String getClassName()
           
 List<PrimitiveType> getList()
           
 PrimitiveTypes getType()
           
 
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<PrimitiveType> list
Constructor Detail

PrimitiveTypesList

public PrimitiveTypesList(String className,
                          PrimitiveTypes type,
                          String name,
                          String description,
                          boolean optional)
Method Detail

add

public void add(PrimitiveType st)

getList

public List<PrimitiveType> getList()

getType

public PrimitiveTypes getType()

getClassName

public String getClassName()


Copyright © 2012. All Rights Reserved.