Serialized Form


Package org.gcube.data.analysis.tabulardata.model.column

Class org.gcube.data.analysis.tabulardata.model.column.AttributeColumn extends Column implements Serializable

serialVersionUID: 5838984034587971220L

Serialized Fields

label

String label

name

com.google.common.base.Optional<T> name

dataType

DataType dataType

Class org.gcube.data.analysis.tabulardata.model.column.CodeColumn extends Column implements Serializable

serialVersionUID: -2455259282821299431L

Serialized Fields

label

String label

name

com.google.common.base.Optional<T> name

Class org.gcube.data.analysis.tabulardata.model.column.CodelistRefColumn extends Column implements Serializable

serialVersionUID: -357186049063007166L

Serialized Fields

label

String label

name

com.google.common.base.Optional<T> name

columnRelationship

ColumnRelationship columnRelationship

Class org.gcube.data.analysis.tabulardata.model.column.Column extends Object implements Serializable

serialVersionUID: 222621862202261888L

Serialized Fields

delegate

MetadataHolder delegate

Class org.gcube.data.analysis.tabulardata.model.column.IdColumn extends Column implements Serializable

serialVersionUID: -9100817900638354333L

Class org.gcube.data.analysis.tabulardata.model.column.MeasureColumn extends Column implements Serializable

serialVersionUID: 2619071400270013354L

Serialized Fields

label

String label

name

com.google.common.base.Optional<T> name

dataType

DataType dataType

Class org.gcube.data.analysis.tabulardata.model.column.StatefulBaseColumn extends Column implements Serializable

serialVersionUID: -8722122712089071970L

Serialized Fields

label

String label
The label assigned to the column


name

com.google.common.base.Optional<T> name
The table column name


dataType

DataType dataType
The column data type


relationship

com.google.common.base.Optional<T> relationship

columnType

ColumnType columnType

Class org.gcube.data.analysis.tabulardata.model.column.SystemColumn extends Column implements Serializable

serialVersionUID: -6007079308258337223L

Serialized Fields

label

String label

name

com.google.common.base.Optional<T> name

dataType

DataType dataType

Package org.gcube.data.analysis.tabulardata.model.datatype

Class org.gcube.data.analysis.tabulardata.model.datatype.Boolean extends Object implements Serializable

serialVersionUID: 5624083247561469083L

Class org.gcube.data.analysis.tabulardata.model.datatype.Date extends Object implements Serializable

serialVersionUID: 65390041737763710L

Class org.gcube.data.analysis.tabulardata.model.datatype.Geometry extends Object implements Serializable

serialVersionUID: 522898962047621730L

Serialized Fields

srid

int srid

type

GeometryType type

dimensions

int dimensions

Class org.gcube.data.analysis.tabulardata.model.datatype.Integer extends Object implements Serializable

serialVersionUID: -2672905856604007377L

Class org.gcube.data.analysis.tabulardata.model.datatype.Numeric extends Object implements Serializable

serialVersionUID: -1778127136791503220L

Serialized Fields

precision

com.google.common.base.Optional<T> precision
The precision is the total count of significant digits in the whole number.


scale

com.google.common.base.Optional<T> scale
The scale of a numeric is the count of decimal digits in the fractional part.

Class org.gcube.data.analysis.tabulardata.model.datatype.Text extends Object implements Serializable

serialVersionUID: 3012818814370962508L

Serialized Fields

lenght

int lenght

Class org.gcube.data.analysis.tabulardata.model.datatype.Time extends Object implements Serializable

serialVersionUID: 1326162831361190297L

Class org.gcube.data.analysis.tabulardata.model.datatype.Timestamp extends Object implements Serializable

serialVersionUID: -4716927332381024514L


Package org.gcube.data.analysis.tabulardata.model.metadata

Package org.gcube.data.analysis.tabulardata.model.metadata.levels

Class org.gcube.data.analysis.tabulardata.model.metadata.levels.Level extends Object implements Serializable

serialVersionUID: -5819189142137124073L

Serialized Fields

name

String name

viewColumnNames

List<E> viewColumnNames

uniqueMember

boolean uniqueMember

Class org.gcube.data.analysis.tabulardata.model.metadata.levels.Levels extends Object implements Serializable

serialVersionUID: 3351416177574514309L

Serialized Fields

levels

ArrayList<E> levels

Package org.gcube.data.analysis.tabulardata.model.reference

Class org.gcube.data.analysis.tabulardata.model.reference.ColumnReferenceImpl extends Object implements Serializable

serialVersionUID: -4569485132753812680L

Serialized Fields

tableReference

TableReference tableReference

columnName

String columnName

Class org.gcube.data.analysis.tabulardata.model.reference.TableReferenceImpl extends Object implements Serializable

serialVersionUID: -8231494997566498844L

Serialized Fields

id

long id

Package org.gcube.data.analysis.tabulardata.model.relationship

Class org.gcube.data.analysis.tabulardata.model.relationship.ColumnRelationshipImpl extends Object implements Serializable

serialVersionUID: -170595322344282579L

Serialized Fields

childParent

boolean childParent

targetTablePrimaryKeyColumnRef

ColumnReference targetTablePrimaryKeyColumnRef

Class org.gcube.data.analysis.tabulardata.model.relationship.TableRelationshipImpl extends Object implements Serializable

serialVersionUID: 8369191690239495474L

Serialized Fields

delegate

ColumnRelationship delegate

sourceTableForeignKeyColumnReference

ColumnReference sourceTableForeignKeyColumnReference



Copyright © 2013. All Rights Reserved.