Uses of Interface
org.gcube.data.analysis.tabulardata.model.reference.TableReference

Packages that use TableReference
org.gcube.data.analysis.tabulardata.model.column   
org.gcube.data.analysis.tabulardata.model.reference   
org.gcube.data.analysis.tabulardata.model.relationship   
org.gcube.data.analysis.tabulardata.model.table   
 

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

Constructors in org.gcube.data.analysis.tabulardata.model.column with parameters of type TableReference
CodelistRefColumn(String label, String name, TableReference codelistReference)
          Creates a named CodelistRefColumn with a relationship pointing to the ID column of the target codelist.
CodelistRefColumn(String label, TableReference codelistReference)
          Creates a CodelistRefColumn with a relationship pointing to the ID column of the target codelist.
 

Uses of TableReference in org.gcube.data.analysis.tabulardata.model.reference
 

Subinterfaces of TableReference in org.gcube.data.analysis.tabulardata.model.reference
 interface ColumnReference
           
 

Classes in org.gcube.data.analysis.tabulardata.model.reference that implement TableReference
 class ColumnReferenceImpl
           
 class TableReferenceImpl
           
 

Constructors in org.gcube.data.analysis.tabulardata.model.reference with parameters of type TableReference
ColumnReferenceImpl(TableReference tableReference, String columnName)
           
 

Uses of TableReference in org.gcube.data.analysis.tabulardata.model.relationship
 

Methods in org.gcube.data.analysis.tabulardata.model.relationship that return TableReference
 TableReference ColumnRelationshipImpl.getTargetTableRef()
           
 TableReference ColumnRelationship.getTargetTableRef()
           
 TableReference TableRelationshipImpl.getTargetTableRef()
           
 

Constructors in org.gcube.data.analysis.tabulardata.model.relationship with parameters of type TableReference
ColumnRelationshipImpl(TableReference targetTableRef)
           
ColumnRelationshipImpl(TableReference targetTableRef, boolean isChildParent)
           
 

Uses of TableReference in org.gcube.data.analysis.tabulardata.model.table
 

Methods in org.gcube.data.analysis.tabulardata.model.table that return TableReference
 TableReference Table.getReference()
           
 



Copyright © 2013. All Rights Reserved.