Class LinkColMap.ColDef<C>

java.lang.Object
uk.ac.starlink.vo.datalink.LinkColMap.ColDef<C>
Enclosing class:
LinkColMap

public static class LinkColMap.ColDef<C> extends Object
Utility class that encapsulates the characteristics of a given column from the DataLink standard.
  • Method Details

    • getName

      public String getName()
      Returns the column's name.
      Returns:
      name
    • getUcd

      public String getUcd()
      Returns the column's UCD.
      Returns:
      ucd
    • getContentClass

      public Class<C> getContentClass()
      Returns the required content class for the column.
      Returns:
      class