alma.aedf.types
Class WvmCalTable

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

public class WvmCalTable
extends Table


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

WvmCalTable

public WvmCalTable()
An nullary constructor.


WvmCalTable

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

Parameters:
itsUID -
projectUID -
Method Detail

get

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

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

fromXML

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

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