uk.ac.starlink.vo
Class ForeignMeta

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

public class ForeignMeta
extends Object

Represents foreign key information from a TableSet document.

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

Nested Class Summary
static class ForeignMeta.Link
          Represents a linkage from a column in the source table to a column in the target table.
 
Constructor Summary
ForeignMeta()
           
 
Method Summary
 String getDescription()
           
 ForeignMeta.Link[] getLinks()
           
 String getTargetTable()
           
 String getUtype()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForeignMeta

public ForeignMeta()
Method Detail

getTargetTable

public String getTargetTable()

getDescription

public String getDescription()

getUtype

public String getUtype()

getLinks

public ForeignMeta.Link[] getLinks()

toString

public String toString()
Overrides:
toString in class Object


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