Uses of Class
com.metsci.glimpse.dspl.schema.Table

Packages that use Table
com.metsci.glimpse.dspl Support for parsing Google Data Set Publishing Language (DSPL) metadata files. 
com.metsci.glimpse.dspl.parser.util   
com.metsci.glimpse.dspl.schema   
com.metsci.glimpse.dspl.util Support utilities for DSPL parsing. 
 

Uses of Table in com.metsci.glimpse.dspl
 

Methods in com.metsci.glimpse.dspl with parameters of type Table
 TableParser DsplParser.getTableParser(Table table)
           
 

Uses of Table in com.metsci.glimpse.dspl.parser.util
 

Methods in com.metsci.glimpse.dspl.parser.util with parameters of type Table
static Table.Column[] ParserUtils.getColumns(java.lang.String[] columnIds, Table table)
           
 

Uses of Table in com.metsci.glimpse.dspl.schema
 

Methods in com.metsci.glimpse.dspl.schema that return Table
 Table ObjectFactory.createTable()
          Create an instance of Table
 Table Slice.getTable()
           
 Table Concept.getTable()
           
 

Methods in com.metsci.glimpse.dspl.schema that return types with arguments of type Table
 java.util.List<Table> DataSet.Tables.getTable()
          Gets the value of the table property.
 

Uses of Table in com.metsci.glimpse.dspl.util
 

Methods in com.metsci.glimpse.dspl.util that return Table
static Table DsplHelper.getTable(Concept concept)
           
static Table DsplHelper.getTable(DataSet dataset, javax.xml.namespace.QName ref)
           
static Table DsplHelper.getTable(DataSet dataset, java.lang.String namespace, java.lang.String local)
           
static Table DsplHelper.getTable(Slice slice)
           
 

Methods in com.metsci.glimpse.dspl.util with parameters of type Table
static java.io.InputStream DsplHelper.getTableInputStream(Table table)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.