Package uk.ac.starlink.vo
Class ForeignMeta.Link
- java.lang.Object
-
- uk.ac.starlink.vo.ForeignMeta.Link
-
- Enclosing class:
- ForeignMeta
public static class ForeignMeta.Link extends java.lang.ObjectRepresents a linkage from a column in the source table to a column in the target table.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFrom()Returns the name of the source column.java.lang.StringgetTarget()Returns the name of the destination column.java.lang.StringtoString()
-
-
-
Method Detail
-
getFrom
public java.lang.String getFrom()
Returns the name of the source column.- Returns:
- from column name
-
getTarget
public java.lang.String getTarget()
Returns the name of the destination column.- Returns:
- to column name
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-