uk.ac.starlink.vo
Class TableMeta
java.lang.Object
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
TableMeta
public TableMeta()
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.