alma.aedf.types
Class ScanSummaryTable

java.lang.Object
  |
  +--alma.aedf.types.Table
        |
        +--alma.aedf.types.ScanSummaryTable

public class ScanSummaryTable
extends Table


Constructor Summary
ScanSummaryTable()
          An nullary constructor.
ScanSummaryTable(java.lang.String itsUID, java.lang.String projectUID)
          A full constructor.
 
Method Summary
static ScanSummaryTable fromXML(java.lang.String xmlString)
          A static method to build a ScanSummaryTable from its VOTABLE representation.
 ScanSummary get(int index)
          Get the ScanSummary stored at index (0-based).
 
Methods inherited from class alma.aedf.types.Table
add, getAedfType, getAEDFXMLDirectory, getProjectUID, getRow, getUID, nRows, parseXML, setAEDFXMLDirectory, setProjectUID, setProperty, setUID, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanSummaryTable

public ScanSummaryTable()
An nullary constructor.


ScanSummaryTable

public ScanSummaryTable(java.lang.String itsUID,
                        java.lang.String projectUID)
                 throws java.lang.Exception
A full constructor.

Parameters:
itsUID -
projectUID -
Method Detail

get

public ScanSummary get(int index)
Get the ScanSummary stored at index (0-based).

Parameters:
index - The position where to retrieve the ScanSummary.
Returns:
The Feed at index.

fromXML

public static ScanSummaryTable fromXML(java.lang.String xmlString)
A static method to build a ScanSummaryTable from its VOTABLE representation.

Parameters:
xmlString - containing the VOTABLE representation of the table to create.
Returns:
a ScanSummaryTable.