alma.aedf.types
Class FlagCmdTable

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

public class FlagCmdTable
extends Table


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

FlagCmdTable

public FlagCmdTable()
An nullary constructor.


FlagCmdTable

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

Parameters:
itsUID -
projectUID -
Method Detail

get

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

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

fromXML

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

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