Uses of Class
alma.aedf.types.GainCurveTable

Packages that use GainCurveTable
alma.aedf Provides classes for storing / retrieving / updating / deleting XML documents in the archive; these documents are assumed to be conform with the VO Tables schema and to represent tables as defined by the Alma Export Data Format document.  
alma.aedf.types Provides classes implementing the different types of data structures defined in the Alma Export Data Format document and tables of these structures.  
 

Uses of GainCurveTable in alma.aedf
 

Methods in alma.aedf that return GainCurveTable
 GainCurveTable Project.getGainCurveTable()
           
 

Methods in alma.aedf with parameters of type GainCurveTable
 void Project.setGainCurveTable(GainCurveTable table)
           
 

Uses of GainCurveTable in alma.aedf.types
 

Methods in alma.aedf.types that return GainCurveTable
static GainCurveTable GainCurveTable.fromXML(java.lang.String xmlString)
          A static method to build a GainCurveTable from its VOTABLE representation.