alma.aedf.types
Class ExecuteSummaryTable
java.lang.Object
|
+--alma.aedf.types.Table
|
+--alma.aedf.types.ExecuteSummaryTable
- public class ExecuteSummaryTable
- extends Table
Method Summary |
static ExecuteSummaryTable |
fromXML(java.lang.String xmlString)
A static method to build a ExecuteSummaryTable from its VOTABLE representation. |
ExecuteSummary |
get(int index)
Get the ExecuteSummary 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 |
ExecuteSummaryTable
public ExecuteSummaryTable()
- An nullary constructor.
ExecuteSummaryTable
public ExecuteSummaryTable(java.lang.String itsUID,
java.lang.String projectUID)
throws java.lang.Exception
- A full constructor.
- Parameters:
itsUID
- projectUID
-
get
public ExecuteSummary get(int index)
- Get the ExecuteSummary stored at index (0-based).
- Parameters:
index
- The position where to retrieve the ExecuteSummary.
- Returns:
- The Feed at index.
fromXML
public static ExecuteSummaryTable fromXML(java.lang.String xmlString)
- A static method to build a ExecuteSummaryTable from its VOTABLE representation.
- Parameters:
xmlString
- containing the VOTABLE representation of the table to create.
- Returns:
- a ExecuteSummaryTable.