Class CdsUploadMatcher.VizierMeta

  • Enclosing class:
    CdsUploadMatcher

    public static class CdsUploadMatcher.VizierMeta
    extends java.lang.Object
    Metadata provided for Vizier tables by the CDS Xmatch service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns a table description.
      java.lang.String getName()
      Returns the canonical VizieR table ID.
      java.lang.String getPrettyName()
      Returns a table alias, if available.
      java.lang.Long getRowCount()
      Returns table row count.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the canonical VizieR table ID.
        Returns:
        table name
      • getPrettyName

        public java.lang.String getPrettyName()
        Returns a table alias, if available.
        Returns:
        table alias, or null
      • getDescription

        public java.lang.String getDescription()
        Returns a table description.
        Returns:
        table description
      • getRowCount

        public java.lang.Long getRowCount()
        Returns table row count.
        Returns:
        row count, or null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object