alma.aedf.types
Class SourceParameterTable

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

public class SourceParameterTable
extends Table


Constructor Summary
SourceParameterTable()
          An nullary constructor.
SourceParameterTable(java.lang.String itsUID, java.lang.String projectUID)
          A full constructor.
 
Method Summary
static SourceParameterTable fromXML(java.lang.String xmlString)
          A static method to build a SourceParameterTable from its VOTABLE representation.
 SourceParameter get(int index)
          Get the SourceParameter 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

SourceParameterTable

public SourceParameterTable()
An nullary constructor.


SourceParameterTable

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

Parameters:
itsUID -
projectUID -
Method Detail

get

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

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

fromXML

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

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