|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--alma.aedf.types.Table | +--alma.aedf.types.GainCurveTable
Constructor Summary | |
GainCurveTable()
An nullary constructor. |
|
GainCurveTable(java.lang.String itsUID,
java.lang.String projectUID)
A full constructor. |
Method Summary | |
static GainCurveTable |
fromXML(java.lang.String xmlString)
A static method to build a GainCurveTable from its VOTABLE representation. |
GainCurve |
get(int index)
Get the GainCurve 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 |
public GainCurveTable()
public GainCurveTable(java.lang.String itsUID, java.lang.String projectUID) throws java.lang.Exception
itsUID
- projectUID
- Method Detail |
public GainCurve get(int index)
index
- The position where to retrieve the GainCurve.
public static GainCurveTable fromXML(java.lang.String xmlString)
xmlString
- containing the VOTABLE representation of the table to create.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |