Uses of Class
org.gcube.data.analysis.tabulardata.model.datatype.DataType

Packages that use DataType
org.gcube.data.analysis.tabulardata.model.column   
org.gcube.data.analysis.tabulardata.model.column.factories   
org.gcube.data.analysis.tabulardata.model.datatype   
 

Uses of DataType in org.gcube.data.analysis.tabulardata.model.column
 

Methods in org.gcube.data.analysis.tabulardata.model.column that return DataType
 DataType Column.getDataType()
           
 

Methods in org.gcube.data.analysis.tabulardata.model.column with parameters of type DataType
 void Column.setDataType(DataType dataType)
           
 

Constructors in org.gcube.data.analysis.tabulardata.model.column with parameters of type DataType
Column(DataType dataType, ColumnType columnType)
           
 

Uses of DataType in org.gcube.data.analysis.tabulardata.model.column.factories
 

Methods in org.gcube.data.analysis.tabulardata.model.column.factories with parameters of type DataType
protected static Column BaseColumnFactory.create(ColumnType columnType, DataType dataType)
           
protected static Column BaseColumnFactory.create(ColumnType columnType, LocalizedText label, DataType dataType)
           
protected static Column BaseColumnFactory.create(ColumnType columnType, String name, LocalizedText label, DataType dataType)
           
static Column AttributeColumnFactory.create(LocalizedText label, DataType dataType)
           
static Column AnnotationColumnFactory.create(LocalizedText label, DataType dataType)
           
static Column MeasureColumnFactory.create(LocalizedText label, DataType dataType)
           
 

Uses of DataType in org.gcube.data.analysis.tabulardata.model.datatype
 

Subclasses of DataType in org.gcube.data.analysis.tabulardata.model.datatype
 class BooleanType
           
 class DateType
           
 class GeometryType
           
 class IntegerType
           
 class NumericType
          The type numeric can store numbers with up to 1000 digits of precision and perform calculations exactly.
 class TextType
           
 



Copyright © 2013. All Rights Reserved.