uk.ac.starlink.vo
Class TableMeta

java.lang.Object
  extended by uk.ac.starlink.vo.TableMeta

public class TableMeta
extends Object

Represents table metadata from a TableSet document.

Since:
21 Jan 2011
Author:
Mark Taylor
See Also:
IVOA VODataService Recommendation

Constructor Summary
TableMeta()
           
 
Method Summary
 ColumnMeta[] getColumns()
           
 String getDescription()
           
 ForeignMeta[] getForeignKeys()
           
 String getName()
           
 String getTitle()
           
 String getType()
           
 String getUtype()
           
 String toString()
          Returns this table's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableMeta

public TableMeta()
Method Detail

getType

public String getType()

getName

public String getName()

getTitle

public String getTitle()

getDescription

public String getDescription()

getUtype

public String getUtype()

getColumns

public ColumnMeta[] getColumns()

getForeignKeys

public ForeignMeta[] getForeignKeys()

toString

public String toString()
Returns this table's name.

Overrides:
toString in class Object
Returns:
name


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.