Generated from model's revision 1.41, branch HEAD
Public Member Functions | |
SysCalTable | getTable () |
Return the table to which this row belongs. | |
SysCalRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (SysCalRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct SysCalRowIDL. | |
String | toXML () throws ConversionException |
Return this row in the form of an XML string. | |
void | setFromXML (String rowDoc) throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
boolean | isNumLoadExists () |
The attribute numLoad is optional. | |
int | getNumLoad () throws IllegalAccessException |
Get numLoad, which is optional. | |
void | setNumLoad (int numLoad) |
Set numLoad with the specified int value. | |
void | clearNumLoad () |
Mark numLoad, which is an optional field, as non-existent. | |
boolean | isCalLoadExists () |
The attribute calLoad is optional. | |
int[] | getCalLoad () throws IllegalAccessException |
Get calLoad, which is optional. | |
void | setCalLoad (int[] calLoad) |
Set calLoad with the specified int[] value. | |
void | clearCalLoad () |
Mark calLoad, which is an optional field, as non-existent. | |
boolean | isFeffExists () |
The attribute feff is optional. | |
float[] | getFeff () throws IllegalAccessException |
Get feff, which is optional. | |
void | setFeff (float[] feff) |
Set feff with the specified float[] value. | |
void | clearFeff () |
Mark feff, which is an optional field, as non-existent. | |
boolean | isAeffExists () |
The attribute aeff is optional. | |
float[] | getAeff () throws IllegalAccessException |
Get aeff, which is optional. | |
void | setAeff (float[] aeff) |
Set aeff with the specified float[] value. | |
void | clearAeff () |
Mark aeff, which is an optional field, as non-existent. | |
boolean | isPhaseDiffExists () |
The attribute phaseDiff is optional. | |
Angle | getPhaseDiff () throws IllegalAccessException |
Get phaseDiff, which is optional. | |
void | setPhaseDiff (Angle phaseDiff) |
Set phaseDiff with the specified Angle value. | |
void | clearPhaseDiff () |
Mark phaseDiff, which is an optional field, as non-existent. | |
boolean | isSbgainExists () |
The attribute sbgain is optional. | |
float | getSbgain () throws IllegalAccessException |
Get sbgain, which is optional. | |
void | setSbgain (float sbgain) |
Set sbgain with the specified float value. | |
void | clearSbgain () |
Mark sbgain, which is an optional field, as non-existent. | |
boolean | isTauExists () |
The attribute tau is optional. | |
Temperature[] | getTau () throws IllegalAccessException |
Get tau, which is optional. | |
void | setTau (Temperature[] tau) |
Set tau with the specified Temperature[] value. | |
void | clearTau () |
Mark tau, which is an optional field, as non-existent. | |
boolean | isTcalExists () |
The attribute tcal is optional. | |
Temperature[] | getTcal () throws IllegalAccessException |
Get tcal, which is optional. | |
void | setTcal (Temperature[] tcal) |
Set tcal with the specified Temperature[] value. | |
void | clearTcal () |
Mark tcal, which is an optional field, as non-existent. | |
boolean | isTrxExists () |
The attribute trx is optional. | |
Temperature[] | getTrx () throws IllegalAccessException |
Get trx, which is optional. | |
void | setTrx (Temperature[] trx) |
Set trx with the specified Temperature[] value. | |
void | clearTrx () |
Mark trx, which is an optional field, as non-existent. | |
boolean | isTskyExists () |
The attribute tsky is optional. | |
Temperature[] | getTsky () throws IllegalAccessException |
Get tsky, which is optional. | |
void | setTsky (Temperature[] tsky) |
Set tsky with the specified Temperature[] value. | |
void | clearTsky () |
Mark tsky, which is an optional field, as non-existent. | |
boolean | isTsysExists () |
The attribute tsys is optional. | |
Temperature[] | getTsys () throws IllegalAccessException |
Get tsys, which is optional. | |
void | setTsys (Temperature[] tsys) |
Set tsys with the specified Temperature[] value. | |
void | clearTsys () |
Mark tsys, which is an optional field, as non-existent. | |
boolean | isTantExists () |
The attribute tant is optional. | |
Temperature[] | getTant () throws IllegalAccessException |
Get tant, which is optional. | |
void | setTant (Temperature[] tant) |
Set tant with the specified Temperature[] value. | |
void | clearTant () |
Mark tant, which is an optional field, as non-existent. | |
boolean | isTantTsysExists () |
The attribute tantTsys is optional. | |
float[] | getTantTsys () throws IllegalAccessException |
Get tantTsys, which is optional. | |
void | setTantTsys (float[] tantTsys) |
Set tantTsys with the specified float[] value. | |
void | clearTantTsys () |
Mark tantTsys, which is an optional field, as non-existent. | |
boolean | isPwvPathExists () |
The attribute pwvPath is optional. | |
Length[] | getPwvPath () throws IllegalAccessException |
Get pwvPath, which is optional. | |
void | setPwvPath (Length[] pwvPath) |
Set pwvPath with the specified Length[] value. | |
void | clearPwvPath () |
Mark pwvPath, which is an optional field, as non-existent. | |
boolean | isDpwvPathExists () |
The attribute dpwvPath is optional. | |
float[] | getDpwvPath () throws IllegalAccessException |
Get dpwvPath, which is optional. | |
void | setDpwvPath (float[] dpwvPath) |
Set dpwvPath with the specified float[] value. | |
void | clearDpwvPath () |
Mark dpwvPath, which is an optional field, as non-existent. | |
boolean | isFeffSpectrumExists () |
The attribute feffSpectrum is optional. | |
float[][] | getFeffSpectrum () throws IllegalAccessException |
Get feffSpectrum, which is optional. | |
void | setFeffSpectrum (float[][] feffSpectrum) |
Set feffSpectrum with the specified float[][] value. | |
void | clearFeffSpectrum () |
Mark feffSpectrum, which is an optional field, as non-existent. | |
boolean | isSbgainSpectrumExists () |
The attribute sbgainSpectrum is optional. | |
float[][] | getSbgainSpectrum () throws IllegalAccessException |
Get sbgainSpectrum, which is optional. | |
void | setSbgainSpectrum (float[][] sbgainSpectrum) |
Set sbgainSpectrum with the specified float[][] value. | |
void | clearSbgainSpectrum () |
Mark sbgainSpectrum, which is an optional field, as non-existent. | |
boolean | isTauSpectrumExists () |
The attribute tauSpectrum is optional. | |
Temperature[][] | getTauSpectrum () throws IllegalAccessException |
Get tauSpectrum, which is optional. | |
void | setTauSpectrum (Temperature[][] tauSpectrum) |
Set tauSpectrum with the specified Temperature[][] value. | |
void | clearTauSpectrum () |
Mark tauSpectrum, which is an optional field, as non-existent. | |
boolean | isTcalSpectrumExists () |
The attribute tcalSpectrum is optional. | |
Temperature[][] | getTcalSpectrum () throws IllegalAccessException |
Get tcalSpectrum, which is optional. | |
void | setTcalSpectrum (Temperature[][] tcalSpectrum) |
Set tcalSpectrum with the specified Temperature[][] value. | |
void | clearTcalSpectrum () |
Mark tcalSpectrum, which is an optional field, as non-existent. | |
boolean | isTrxSpectrumExists () |
The attribute trxSpectrum is optional. | |
Temperature[] | getTrxSpectrum () throws IllegalAccessException |
Get trxSpectrum, which is optional. | |
void | setTrxSpectrum (Temperature[] trxSpectrum) |
Set trxSpectrum with the specified Temperature[] value. | |
void | clearTrxSpectrum () |
Mark trxSpectrum, which is an optional field, as non-existent. | |
boolean | isTskySpectrumExists () |
The attribute tskySpectrum is optional. | |
Temperature[][] | getTskySpectrum () throws IllegalAccessException |
Get tskySpectrum, which is optional. | |
void | setTskySpectrum (Temperature[][] tskySpectrum) |
Set tskySpectrum with the specified Temperature[][] value. | |
void | clearTskySpectrum () |
Mark tskySpectrum, which is an optional field, as non-existent. | |
boolean | isTsysSpectrumExists () |
The attribute tsysSpectrum is optional. | |
Temperature[][] | getTsysSpectrum () throws IllegalAccessException |
Get tsysSpectrum, which is optional. | |
void | setTsysSpectrum (Temperature[][] tsysSpectrum) |
Set tsysSpectrum with the specified Temperature[][] value. | |
void | clearTsysSpectrum () |
Mark tsysSpectrum, which is an optional field, as non-existent. | |
boolean | isTantSpectrumExists () |
The attribute tantSpectrum is optional. | |
Temperature[][] | getTantSpectrum () throws IllegalAccessException |
Get tantSpectrum, which is optional. | |
void | setTantSpectrum (Temperature[][] tantSpectrum) |
Set tantSpectrum with the specified Temperature[][] value. | |
void | clearTantSpectrum () |
Mark tantSpectrum, which is an optional field, as non-existent. | |
boolean | isTantTsysSpectrumExists () |
The attribute tantTsysSpectrum is optional. | |
float[][] | getTantTsysSpectrum () throws IllegalAccessException |
Get tantTsysSpectrum, which is optional. | |
void | setTantTsysSpectrum (float[][] tantTsysSpectrum) |
Set tantTsysSpectrum with the specified float[][] value. | |
void | clearTantTsysSpectrum () |
Mark tantTsysSpectrum, which is an optional field, as non-existent. | |
boolean | isPwvPathSpectrumExists () |
The attribute pwvPathSpectrum is optional. | |
Length[] | getPwvPathSpectrum () throws IllegalAccessException |
Get pwvPathSpectrum, which is optional. | |
void | setPwvPathSpectrum (Length[] pwvPathSpectrum) |
Set pwvPathSpectrum with the specified Length[] value. | |
void | clearPwvPathSpectrum () |
Mark pwvPathSpectrum, which is an optional field, as non-existent. | |
boolean | isDpwvPathSpectrumExists () |
The attribute dpwvPathSpectrum is optional. | |
float[] | getDpwvPathSpectrum () throws IllegalAccessException |
Get dpwvPathSpectrum, which is optional. | |
void | setDpwvPathSpectrum (float[] dpwvPathSpectrum) |
Set dpwvPathSpectrum with the specified float[] value. | |
void | clearDpwvPathSpectrum () |
Mark dpwvPathSpectrum, which is an optional field, as non-existent. | |
boolean | isNumPolyExists () |
The attribute numPoly is optional. | |
int | getNumPoly () throws IllegalAccessException |
Get numPoly, which is optional. | |
void | setNumPoly (int numPoly) |
Set numPoly with the specified int value. | |
void | clearNumPoly () |
Mark numPoly, which is an optional field, as non-existent. | |
boolean | isNumPolyFreqExists () |
The attribute numPolyFreq is optional. | |
int | getNumPolyFreq () throws IllegalAccessException |
Get numPolyFreq, which is optional. | |
void | setNumPolyFreq (int numPolyFreq) |
Set numPolyFreq with the specified int value. | |
void | clearNumPolyFreq () |
Mark numPolyFreq, which is an optional field, as non-existent. | |
boolean | isTimeOriginExists () |
The attribute timeOrigin is optional. | |
ArrayTime | getTimeOrigin () throws IllegalAccessException |
Get timeOrigin, which is optional. | |
void | setTimeOrigin (ArrayTime timeOrigin) |
Set timeOrigin with the specified ArrayTime value. | |
void | clearTimeOrigin () |
Mark timeOrigin, which is an optional field, as non-existent. | |
boolean | isFreqOriginExists () |
The attribute freqOrigin is optional. | |
Frequency | getFreqOrigin () throws IllegalAccessException |
Get freqOrigin, which is optional. | |
void | setFreqOrigin (Frequency freqOrigin) |
Set freqOrigin with the specified Frequency value. | |
void | clearFreqOrigin () |
Mark freqOrigin, which is an optional field, as non-existent. | |
boolean | isPhaseCurveExists () |
The attribute phaseCurve is optional. | |
Angle[][] | getPhaseCurve () throws IllegalAccessException |
Get phaseCurve, which is optional. | |
void | setPhaseCurve (Angle[][] phaseCurve) |
Set phaseCurve with the specified Angle[][] value. | |
void | clearPhaseCurve () |
Mark phaseCurve, which is an optional field, as non-existent. | |
boolean | isDelayCurveExists () |
The attribute delayCurve is optional. | |
Interval[][] | getDelayCurve () throws IllegalAccessException |
Get delayCurve, which is optional. | |
void | setDelayCurve (Interval[][] delayCurve) |
Set delayCurve with the specified Interval[][] value. | |
void | clearDelayCurve () |
Mark delayCurve, which is an optional field, as non-existent. | |
boolean | isAmpliCurveExists () |
The attribute ampliCurve is optional. | |
float[][] | getAmpliCurve () throws IllegalAccessException |
Get ampliCurve, which is optional. | |
void | setAmpliCurve (float[][] ampliCurve) |
Set ampliCurve with the specified float[][] value. | |
void | clearAmpliCurve () |
Mark ampliCurve, which is an optional field, as non-existent. | |
boolean | isBandpassCurveExists () |
The attribute bandpassCurve is optional. | |
float[][] | getBandpassCurve () throws IllegalAccessException |
Get bandpassCurve, which is optional. | |
void | setBandpassCurve (float[][] bandpassCurve) |
Set bandpassCurve with the specified float[][] value. | |
void | clearBandpassCurve () |
Mark bandpassCurve, which is an optional field, as non-existent. | |
boolean | isPhasediffFlagExists () |
The attribute phasediffFlag is optional. | |
boolean | getPhasediffFlag () throws IllegalAccessException |
Get phasediffFlag, which is optional. | |
void | setPhasediffFlag (boolean phasediffFlag) |
Set phasediffFlag with the specified boolean value. | |
void | clearPhasediffFlag () |
Mark phasediffFlag, which is an optional field, as non-existent. | |
boolean | isSbgainFlagExists () |
The attribute sbgainFlag is optional. | |
boolean | getSbgainFlag () throws IllegalAccessException |
Get sbgainFlag, which is optional. | |
void | setSbgainFlag (boolean sbgainFlag) |
Set sbgainFlag with the specified boolean value. | |
void | clearSbgainFlag () |
Mark sbgainFlag, which is an optional field, as non-existent. | |
boolean | isTauFlagExists () |
The attribute tauFlag is optional. | |
boolean | getTauFlag () throws IllegalAccessException |
Get tauFlag, which is optional. | |
void | setTauFlag (boolean tauFlag) |
Set tauFlag with the specified boolean value. | |
void | clearTauFlag () |
Mark tauFlag, which is an optional field, as non-existent. | |
boolean | isTcalFlagExists () |
The attribute tcalFlag is optional. | |
boolean | getTcalFlag () throws IllegalAccessException |
Get tcalFlag, which is optional. | |
void | setTcalFlag (boolean tcalFlag) |
Set tcalFlag with the specified boolean value. | |
void | clearTcalFlag () |
Mark tcalFlag, which is an optional field, as non-existent. | |
boolean | isTrxFlagExists () |
The attribute trxFlag is optional. | |
boolean | getTrxFlag () throws IllegalAccessException |
Get trxFlag, which is optional. | |
void | setTrxFlag (boolean trxFlag) |
Set trxFlag with the specified boolean value. | |
void | clearTrxFlag () |
Mark trxFlag, which is an optional field, as non-existent. | |
boolean | isTskyFlagExists () |
The attribute tskyFlag is optional. | |
boolean | getTskyFlag () throws IllegalAccessException |
Get tskyFlag, which is optional. | |
void | setTskyFlag (boolean tskyFlag) |
Set tskyFlag with the specified boolean value. | |
void | clearTskyFlag () |
Mark tskyFlag, which is an optional field, as non-existent. | |
boolean | isTsysFlagExists () |
The attribute tsysFlag is optional. | |
boolean | getTsysFlag () throws IllegalAccessException |
Get tsysFlag, which is optional. | |
void | setTsysFlag (boolean tsysFlag) |
Set tsysFlag with the specified boolean value. | |
void | clearTsysFlag () |
Mark tsysFlag, which is an optional field, as non-existent. | |
boolean | isTantFlagExists () |
The attribute tantFlag is optional. | |
boolean | getTantFlag () throws IllegalAccessException |
Get tantFlag, which is optional. | |
void | setTantFlag (boolean tantFlag) |
Set tantFlag with the specified boolean value. | |
void | clearTantFlag () |
Mark tantFlag, which is an optional field, as non-existent. | |
boolean | isTantTsysFlagExists () |
The attribute tantTsysFlag is optional. | |
boolean | getTantTsysFlag () throws IllegalAccessException |
Get tantTsysFlag, which is optional. | |
void | setTantTsysFlag (boolean tantTsysFlag) |
Set tantTsysFlag with the specified boolean value. | |
void | clearTantTsysFlag () |
Mark tantTsysFlag, which is an optional field, as non-existent. | |
boolean | isPwvPathFlagExists () |
The attribute pwvPathFlag is optional. | |
boolean | getPwvPathFlag () throws IllegalAccessException |
Get pwvPathFlag, which is optional. | |
void | setPwvPathFlag (boolean pwvPathFlag) |
Set pwvPathFlag with the specified boolean value. | |
void | clearPwvPathFlag () |
Mark pwvPathFlag, which is an optional field, as non-existent. | |
Tag | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
int | getFeedId () |
Get feedId. | |
void | setFeedId (int feedId) throws IllegalAccessException |
Set feedId with the specified int value. | |
Tag | getSpectralWindowId () |
Get spectralWindowId. | |
void | setSpectralWindowId (Tag spectralWindowId) throws IllegalAccessException |
Set spectralWindowId with the specified Tag value. | |
SpectralWindowRow | getSpectralWindowUsingSpectralWindowId () |
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId. | |
FeedRow[] | getFeeds () throws InvalidAccessException, NoSuchRow |
Get the collection of rows in the Feed table having feedId == this.feedId. | |
AntennaRow | getAntennaUsingAntennaId () |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId. | |
boolean | compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval) |
Compare each attribute except the autoincrementable one of this SysCalRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (SysCalRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue () |
Package Functions | |
SysCalRow (SysCalTable table) | |
Create a SysCalRow. | |
SysCalRow (SysCalTable table, SysCalRow row) | |
Creates a SysCalRow using a copy constructor mechanism. | |
void | isAdded () |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
alma.asdm.SysCalRow.SysCalRow | ( | SysCalTable | table | ) | [package] |
Create a SysCalRow.
This constructor has package access because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
alma.asdm.SysCalRow.SysCalRow | ( | SysCalTable | table, | |
SysCalRow | row | |||
) | [package] |
Creates a SysCalRow using a copy constructor mechanism.
Given a SysCalRow row and a SysCalTable table, the method creates a new SysCalRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor has package access because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. | |
row | The row which is to be copied. |
SysCalRowIDL alma.asdm.SysCalRow.toIDL | ( | ) |
Return this row in the form of an IDL struct.
void alma.asdm.SysCalRow.setFromIDL | ( | SysCalRowIDL | x | ) | throws ConversionException |
Fill the values of this row from the IDL struct SysCalRowIDL.
x | The IDL struct containing the values used to fill this row. |
String alma.asdm.SysCalRow.toXML | ( | ) | throws ConversionException |
Return this row in the form of an XML string.
ConversionException. |
void alma.asdm.SysCalRow.setFromXML | ( | String | rowDoc | ) | throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
ConversionException. |
ArrayTimeInterval alma.asdm.SysCalRow.getTimeInterval | ( | ) |
Get timeInterval.
void alma.asdm.SysCalRow.setTimeInterval | ( | ArrayTimeInterval | timeInterval | ) | throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value.
timeInterval | The ArrayTimeInterval value to which timeInterval is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
boolean alma.asdm.SysCalRow.isNumLoadExists | ( | ) |
The attribute numLoad is optional.
Return true if this attribute exists.
int alma.asdm.SysCalRow.getNumLoad | ( | ) | throws IllegalAccessException |
Get numLoad, which is optional.
IllegalAccessException | If numLoad does not exist. |
void alma.asdm.SysCalRow.setNumLoad | ( | int | numLoad | ) |
Set numLoad with the specified int value.
numLoad | The int value to which numLoad is to be set. |
boolean alma.asdm.SysCalRow.isCalLoadExists | ( | ) |
The attribute calLoad is optional.
Return true if this attribute exists.
int [] alma.asdm.SysCalRow.getCalLoad | ( | ) | throws IllegalAccessException |
Get calLoad, which is optional.
IllegalAccessException | If calLoad does not exist. |
void alma.asdm.SysCalRow.setCalLoad | ( | int[] | calLoad | ) |
Set calLoad with the specified int[] value.
calLoad | The int[] value to which calLoad is to be set. |
boolean alma.asdm.SysCalRow.isFeffExists | ( | ) |
The attribute feff is optional.
Return true if this attribute exists.
float [] alma.asdm.SysCalRow.getFeff | ( | ) | throws IllegalAccessException |
Get feff, which is optional.
IllegalAccessException | If feff does not exist. |
void alma.asdm.SysCalRow.setFeff | ( | float[] | feff | ) |
Set feff with the specified float[] value.
feff | The float[] value to which feff is to be set. |
boolean alma.asdm.SysCalRow.isAeffExists | ( | ) |
The attribute aeff is optional.
Return true if this attribute exists.
float [] alma.asdm.SysCalRow.getAeff | ( | ) | throws IllegalAccessException |
Get aeff, which is optional.
IllegalAccessException | If aeff does not exist. |
void alma.asdm.SysCalRow.setAeff | ( | float[] | aeff | ) |
Set aeff with the specified float[] value.
aeff | The float[] value to which aeff is to be set. |
boolean alma.asdm.SysCalRow.isPhaseDiffExists | ( | ) |
The attribute phaseDiff is optional.
Return true if this attribute exists.
Angle alma.asdm.SysCalRow.getPhaseDiff | ( | ) | throws IllegalAccessException |
Get phaseDiff, which is optional.
IllegalAccessException | If phaseDiff does not exist. |
void alma.asdm.SysCalRow.setPhaseDiff | ( | Angle | phaseDiff | ) |
Set phaseDiff with the specified Angle value.
phaseDiff | The Angle value to which phaseDiff is to be set. |
boolean alma.asdm.SysCalRow.isSbgainExists | ( | ) |
The attribute sbgain is optional.
Return true if this attribute exists.
float alma.asdm.SysCalRow.getSbgain | ( | ) | throws IllegalAccessException |
Get sbgain, which is optional.
IllegalAccessException | If sbgain does not exist. |
void alma.asdm.SysCalRow.setSbgain | ( | float | sbgain | ) |
Set sbgain with the specified float value.
sbgain | The float value to which sbgain is to be set. |
boolean alma.asdm.SysCalRow.isTauExists | ( | ) |
The attribute tau is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTau | ( | ) | throws IllegalAccessException |
Get tau, which is optional.
IllegalAccessException | If tau does not exist. |
void alma.asdm.SysCalRow.setTau | ( | Temperature[] | tau | ) |
Set tau with the specified Temperature[] value.
tau | The Temperature[] value to which tau is to be set. |
boolean alma.asdm.SysCalRow.isTcalExists | ( | ) |
The attribute tcal is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTcal | ( | ) | throws IllegalAccessException |
Get tcal, which is optional.
IllegalAccessException | If tcal does not exist. |
void alma.asdm.SysCalRow.setTcal | ( | Temperature[] | tcal | ) |
Set tcal with the specified Temperature[] value.
tcal | The Temperature[] value to which tcal is to be set. |
boolean alma.asdm.SysCalRow.isTrxExists | ( | ) |
The attribute trx is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTrx | ( | ) | throws IllegalAccessException |
Get trx, which is optional.
IllegalAccessException | If trx does not exist. |
void alma.asdm.SysCalRow.setTrx | ( | Temperature[] | trx | ) |
Set trx with the specified Temperature[] value.
trx | The Temperature[] value to which trx is to be set. |
boolean alma.asdm.SysCalRow.isTskyExists | ( | ) |
The attribute tsky is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTsky | ( | ) | throws IllegalAccessException |
Get tsky, which is optional.
IllegalAccessException | If tsky does not exist. |
void alma.asdm.SysCalRow.setTsky | ( | Temperature[] | tsky | ) |
Set tsky with the specified Temperature[] value.
tsky | The Temperature[] value to which tsky is to be set. |
boolean alma.asdm.SysCalRow.isTsysExists | ( | ) |
The attribute tsys is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTsys | ( | ) | throws IllegalAccessException |
Get tsys, which is optional.
IllegalAccessException | If tsys does not exist. |
void alma.asdm.SysCalRow.setTsys | ( | Temperature[] | tsys | ) |
Set tsys with the specified Temperature[] value.
tsys | The Temperature[] value to which tsys is to be set. |
boolean alma.asdm.SysCalRow.isTantExists | ( | ) |
The attribute tant is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTant | ( | ) | throws IllegalAccessException |
Get tant, which is optional.
IllegalAccessException | If tant does not exist. |
void alma.asdm.SysCalRow.setTant | ( | Temperature[] | tant | ) |
Set tant with the specified Temperature[] value.
tant | The Temperature[] value to which tant is to be set. |
boolean alma.asdm.SysCalRow.isTantTsysExists | ( | ) |
The attribute tantTsys is optional.
Return true if this attribute exists.
float [] alma.asdm.SysCalRow.getTantTsys | ( | ) | throws IllegalAccessException |
Get tantTsys, which is optional.
IllegalAccessException | If tantTsys does not exist. |
void alma.asdm.SysCalRow.setTantTsys | ( | float[] | tantTsys | ) |
Set tantTsys with the specified float[] value.
tantTsys | The float[] value to which tantTsys is to be set. |
boolean alma.asdm.SysCalRow.isPwvPathExists | ( | ) |
The attribute pwvPath is optional.
Return true if this attribute exists.
Length [] alma.asdm.SysCalRow.getPwvPath | ( | ) | throws IllegalAccessException |
Get pwvPath, which is optional.
IllegalAccessException | If pwvPath does not exist. |
void alma.asdm.SysCalRow.setPwvPath | ( | Length[] | pwvPath | ) |
Set pwvPath with the specified Length[] value.
pwvPath | The Length[] value to which pwvPath is to be set. |
boolean alma.asdm.SysCalRow.isDpwvPathExists | ( | ) |
The attribute dpwvPath is optional.
Return true if this attribute exists.
float [] alma.asdm.SysCalRow.getDpwvPath | ( | ) | throws IllegalAccessException |
Get dpwvPath, which is optional.
IllegalAccessException | If dpwvPath does not exist. |
void alma.asdm.SysCalRow.setDpwvPath | ( | float[] | dpwvPath | ) |
Set dpwvPath with the specified float[] value.
dpwvPath | The float[] value to which dpwvPath is to be set. |
boolean alma.asdm.SysCalRow.isFeffSpectrumExists | ( | ) |
The attribute feffSpectrum is optional.
Return true if this attribute exists.
float [][] alma.asdm.SysCalRow.getFeffSpectrum | ( | ) | throws IllegalAccessException |
Get feffSpectrum, which is optional.
IllegalAccessException | If feffSpectrum does not exist. |
void alma.asdm.SysCalRow.setFeffSpectrum | ( | float | feffSpectrum[][] | ) |
Set feffSpectrum with the specified float[][] value.
feffSpectrum | The float[][] value to which feffSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isSbgainSpectrumExists | ( | ) |
The attribute sbgainSpectrum is optional.
Return true if this attribute exists.
float [][] alma.asdm.SysCalRow.getSbgainSpectrum | ( | ) | throws IllegalAccessException |
Get sbgainSpectrum, which is optional.
IllegalAccessException | If sbgainSpectrum does not exist. |
void alma.asdm.SysCalRow.setSbgainSpectrum | ( | float | sbgainSpectrum[][] | ) |
Set sbgainSpectrum with the specified float[][] value.
sbgainSpectrum | The float[][] value to which sbgainSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTauSpectrumExists | ( | ) |
The attribute tauSpectrum is optional.
Return true if this attribute exists.
Temperature [][] alma.asdm.SysCalRow.getTauSpectrum | ( | ) | throws IllegalAccessException |
Get tauSpectrum, which is optional.
IllegalAccessException | If tauSpectrum does not exist. |
void alma.asdm.SysCalRow.setTauSpectrum | ( | Temperature | tauSpectrum[][] | ) |
Set tauSpectrum with the specified Temperature[][] value.
tauSpectrum | The Temperature[][] value to which tauSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTcalSpectrumExists | ( | ) |
The attribute tcalSpectrum is optional.
Return true if this attribute exists.
Temperature [][] alma.asdm.SysCalRow.getTcalSpectrum | ( | ) | throws IllegalAccessException |
Get tcalSpectrum, which is optional.
IllegalAccessException | If tcalSpectrum does not exist. |
void alma.asdm.SysCalRow.setTcalSpectrum | ( | Temperature | tcalSpectrum[][] | ) |
Set tcalSpectrum with the specified Temperature[][] value.
tcalSpectrum | The Temperature[][] value to which tcalSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTrxSpectrumExists | ( | ) |
The attribute trxSpectrum is optional.
Return true if this attribute exists.
Temperature [] alma.asdm.SysCalRow.getTrxSpectrum | ( | ) | throws IllegalAccessException |
Get trxSpectrum, which is optional.
IllegalAccessException | If trxSpectrum does not exist. |
void alma.asdm.SysCalRow.setTrxSpectrum | ( | Temperature[] | trxSpectrum | ) |
Set trxSpectrum with the specified Temperature[] value.
trxSpectrum | The Temperature[] value to which trxSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTskySpectrumExists | ( | ) |
The attribute tskySpectrum is optional.
Return true if this attribute exists.
Temperature [][] alma.asdm.SysCalRow.getTskySpectrum | ( | ) | throws IllegalAccessException |
Get tskySpectrum, which is optional.
IllegalAccessException | If tskySpectrum does not exist. |
void alma.asdm.SysCalRow.setTskySpectrum | ( | Temperature | tskySpectrum[][] | ) |
Set tskySpectrum with the specified Temperature[][] value.
tskySpectrum | The Temperature[][] value to which tskySpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTsysSpectrumExists | ( | ) |
The attribute tsysSpectrum is optional.
Return true if this attribute exists.
Temperature [][] alma.asdm.SysCalRow.getTsysSpectrum | ( | ) | throws IllegalAccessException |
Get tsysSpectrum, which is optional.
IllegalAccessException | If tsysSpectrum does not exist. |
void alma.asdm.SysCalRow.setTsysSpectrum | ( | Temperature | tsysSpectrum[][] | ) |
Set tsysSpectrum with the specified Temperature[][] value.
tsysSpectrum | The Temperature[][] value to which tsysSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTantSpectrumExists | ( | ) |
The attribute tantSpectrum is optional.
Return true if this attribute exists.
Temperature [][] alma.asdm.SysCalRow.getTantSpectrum | ( | ) | throws IllegalAccessException |
Get tantSpectrum, which is optional.
IllegalAccessException | If tantSpectrum does not exist. |
void alma.asdm.SysCalRow.setTantSpectrum | ( | Temperature | tantSpectrum[][] | ) |
Set tantSpectrum with the specified Temperature[][] value.
tantSpectrum | The Temperature[][] value to which tantSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isTantTsysSpectrumExists | ( | ) |
The attribute tantTsysSpectrum is optional.
Return true if this attribute exists.
float [][] alma.asdm.SysCalRow.getTantTsysSpectrum | ( | ) | throws IllegalAccessException |
Get tantTsysSpectrum, which is optional.
IllegalAccessException | If tantTsysSpectrum does not exist. |
void alma.asdm.SysCalRow.setTantTsysSpectrum | ( | float | tantTsysSpectrum[][] | ) |
Set tantTsysSpectrum with the specified float[][] value.
tantTsysSpectrum | The float[][] value to which tantTsysSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isPwvPathSpectrumExists | ( | ) |
The attribute pwvPathSpectrum is optional.
Return true if this attribute exists.
Length [] alma.asdm.SysCalRow.getPwvPathSpectrum | ( | ) | throws IllegalAccessException |
Get pwvPathSpectrum, which is optional.
IllegalAccessException | If pwvPathSpectrum does not exist. |
void alma.asdm.SysCalRow.setPwvPathSpectrum | ( | Length[] | pwvPathSpectrum | ) |
Set pwvPathSpectrum with the specified Length[] value.
pwvPathSpectrum | The Length[] value to which pwvPathSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isDpwvPathSpectrumExists | ( | ) |
The attribute dpwvPathSpectrum is optional.
Return true if this attribute exists.
float [] alma.asdm.SysCalRow.getDpwvPathSpectrum | ( | ) | throws IllegalAccessException |
Get dpwvPathSpectrum, which is optional.
IllegalAccessException | If dpwvPathSpectrum does not exist. |
void alma.asdm.SysCalRow.setDpwvPathSpectrum | ( | float[] | dpwvPathSpectrum | ) |
Set dpwvPathSpectrum with the specified float[] value.
dpwvPathSpectrum | The float[] value to which dpwvPathSpectrum is to be set. |
boolean alma.asdm.SysCalRow.isNumPolyExists | ( | ) |
The attribute numPoly is optional.
Return true if this attribute exists.
int alma.asdm.SysCalRow.getNumPoly | ( | ) | throws IllegalAccessException |
Get numPoly, which is optional.
IllegalAccessException | If numPoly does not exist. |
void alma.asdm.SysCalRow.setNumPoly | ( | int | numPoly | ) |
Set numPoly with the specified int value.
numPoly | The int value to which numPoly is to be set. |
boolean alma.asdm.SysCalRow.isNumPolyFreqExists | ( | ) |
The attribute numPolyFreq is optional.
Return true if this attribute exists.
int alma.asdm.SysCalRow.getNumPolyFreq | ( | ) | throws IllegalAccessException |
Get numPolyFreq, which is optional.
IllegalAccessException | If numPolyFreq does not exist. |
void alma.asdm.SysCalRow.setNumPolyFreq | ( | int | numPolyFreq | ) |
Set numPolyFreq with the specified int value.
numPolyFreq | The int value to which numPolyFreq is to be set. |
boolean alma.asdm.SysCalRow.isTimeOriginExists | ( | ) |
The attribute timeOrigin is optional.
Return true if this attribute exists.
ArrayTime alma.asdm.SysCalRow.getTimeOrigin | ( | ) | throws IllegalAccessException |
Get timeOrigin, which is optional.
IllegalAccessException | If timeOrigin does not exist. |
void alma.asdm.SysCalRow.setTimeOrigin | ( | ArrayTime | timeOrigin | ) |
Set timeOrigin with the specified ArrayTime value.
timeOrigin | The ArrayTime value to which timeOrigin is to be set. |
boolean alma.asdm.SysCalRow.isFreqOriginExists | ( | ) |
The attribute freqOrigin is optional.
Return true if this attribute exists.
Frequency alma.asdm.SysCalRow.getFreqOrigin | ( | ) | throws IllegalAccessException |
Get freqOrigin, which is optional.
IllegalAccessException | If freqOrigin does not exist. |
void alma.asdm.SysCalRow.setFreqOrigin | ( | Frequency | freqOrigin | ) |
Set freqOrigin with the specified Frequency value.
freqOrigin | The Frequency value to which freqOrigin is to be set. |
boolean alma.asdm.SysCalRow.isPhaseCurveExists | ( | ) |
The attribute phaseCurve is optional.
Return true if this attribute exists.
Angle [][] alma.asdm.SysCalRow.getPhaseCurve | ( | ) | throws IllegalAccessException |
Get phaseCurve, which is optional.
IllegalAccessException | If phaseCurve does not exist. |
void alma.asdm.SysCalRow.setPhaseCurve | ( | Angle | phaseCurve[][] | ) |
Set phaseCurve with the specified Angle[][] value.
phaseCurve | The Angle[][] value to which phaseCurve is to be set. |
boolean alma.asdm.SysCalRow.isDelayCurveExists | ( | ) |
The attribute delayCurve is optional.
Return true if this attribute exists.
Interval [][] alma.asdm.SysCalRow.getDelayCurve | ( | ) | throws IllegalAccessException |
Get delayCurve, which is optional.
IllegalAccessException | If delayCurve does not exist. |
void alma.asdm.SysCalRow.setDelayCurve | ( | Interval | delayCurve[][] | ) |
Set delayCurve with the specified Interval[][] value.
delayCurve | The Interval[][] value to which delayCurve is to be set. |
boolean alma.asdm.SysCalRow.isAmpliCurveExists | ( | ) |
The attribute ampliCurve is optional.
Return true if this attribute exists.
float [][] alma.asdm.SysCalRow.getAmpliCurve | ( | ) | throws IllegalAccessException |
Get ampliCurve, which is optional.
IllegalAccessException | If ampliCurve does not exist. |
void alma.asdm.SysCalRow.setAmpliCurve | ( | float | ampliCurve[][] | ) |
Set ampliCurve with the specified float[][] value.
ampliCurve | The float[][] value to which ampliCurve is to be set. |
boolean alma.asdm.SysCalRow.isBandpassCurveExists | ( | ) |
The attribute bandpassCurve is optional.
Return true if this attribute exists.
float [][] alma.asdm.SysCalRow.getBandpassCurve | ( | ) | throws IllegalAccessException |
Get bandpassCurve, which is optional.
IllegalAccessException | If bandpassCurve does not exist. |
void alma.asdm.SysCalRow.setBandpassCurve | ( | float | bandpassCurve[][] | ) |
Set bandpassCurve with the specified float[][] value.
bandpassCurve | The float[][] value to which bandpassCurve is to be set. |
boolean alma.asdm.SysCalRow.isPhasediffFlagExists | ( | ) |
The attribute phasediffFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getPhasediffFlag | ( | ) | throws IllegalAccessException |
Get phasediffFlag, which is optional.
IllegalAccessException | If phasediffFlag does not exist. |
void alma.asdm.SysCalRow.setPhasediffFlag | ( | boolean | phasediffFlag | ) |
Set phasediffFlag with the specified boolean value.
phasediffFlag | The boolean value to which phasediffFlag is to be set. |
boolean alma.asdm.SysCalRow.isSbgainFlagExists | ( | ) |
The attribute sbgainFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getSbgainFlag | ( | ) | throws IllegalAccessException |
Get sbgainFlag, which is optional.
IllegalAccessException | If sbgainFlag does not exist. |
void alma.asdm.SysCalRow.setSbgainFlag | ( | boolean | sbgainFlag | ) |
Set sbgainFlag with the specified boolean value.
sbgainFlag | The boolean value to which sbgainFlag is to be set. |
boolean alma.asdm.SysCalRow.isTauFlagExists | ( | ) |
The attribute tauFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTauFlag | ( | ) | throws IllegalAccessException |
Get tauFlag, which is optional.
IllegalAccessException | If tauFlag does not exist. |
void alma.asdm.SysCalRow.setTauFlag | ( | boolean | tauFlag | ) |
Set tauFlag with the specified boolean value.
tauFlag | The boolean value to which tauFlag is to be set. |
boolean alma.asdm.SysCalRow.isTcalFlagExists | ( | ) |
The attribute tcalFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTcalFlag | ( | ) | throws IllegalAccessException |
Get tcalFlag, which is optional.
IllegalAccessException | If tcalFlag does not exist. |
void alma.asdm.SysCalRow.setTcalFlag | ( | boolean | tcalFlag | ) |
Set tcalFlag with the specified boolean value.
tcalFlag | The boolean value to which tcalFlag is to be set. |
boolean alma.asdm.SysCalRow.isTrxFlagExists | ( | ) |
The attribute trxFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTrxFlag | ( | ) | throws IllegalAccessException |
Get trxFlag, which is optional.
IllegalAccessException | If trxFlag does not exist. |
void alma.asdm.SysCalRow.setTrxFlag | ( | boolean | trxFlag | ) |
Set trxFlag with the specified boolean value.
trxFlag | The boolean value to which trxFlag is to be set. |
boolean alma.asdm.SysCalRow.isTskyFlagExists | ( | ) |
The attribute tskyFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTskyFlag | ( | ) | throws IllegalAccessException |
Get tskyFlag, which is optional.
IllegalAccessException | If tskyFlag does not exist. |
void alma.asdm.SysCalRow.setTskyFlag | ( | boolean | tskyFlag | ) |
Set tskyFlag with the specified boolean value.
tskyFlag | The boolean value to which tskyFlag is to be set. |
boolean alma.asdm.SysCalRow.isTsysFlagExists | ( | ) |
The attribute tsysFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTsysFlag | ( | ) | throws IllegalAccessException |
Get tsysFlag, which is optional.
IllegalAccessException | If tsysFlag does not exist. |
void alma.asdm.SysCalRow.setTsysFlag | ( | boolean | tsysFlag | ) |
Set tsysFlag with the specified boolean value.
tsysFlag | The boolean value to which tsysFlag is to be set. |
boolean alma.asdm.SysCalRow.isTantFlagExists | ( | ) |
The attribute tantFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTantFlag | ( | ) | throws IllegalAccessException |
Get tantFlag, which is optional.
IllegalAccessException | If tantFlag does not exist. |
void alma.asdm.SysCalRow.setTantFlag | ( | boolean | tantFlag | ) |
Set tantFlag with the specified boolean value.
tantFlag | The boolean value to which tantFlag is to be set. |
boolean alma.asdm.SysCalRow.isTantTsysFlagExists | ( | ) |
The attribute tantTsysFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getTantTsysFlag | ( | ) | throws IllegalAccessException |
Get tantTsysFlag, which is optional.
IllegalAccessException | If tantTsysFlag does not exist. |
void alma.asdm.SysCalRow.setTantTsysFlag | ( | boolean | tantTsysFlag | ) |
Set tantTsysFlag with the specified boolean value.
tantTsysFlag | The boolean value to which tantTsysFlag is to be set. |
boolean alma.asdm.SysCalRow.isPwvPathFlagExists | ( | ) |
The attribute pwvPathFlag is optional.
Return true if this attribute exists.
boolean alma.asdm.SysCalRow.getPwvPathFlag | ( | ) | throws IllegalAccessException |
Get pwvPathFlag, which is optional.
IllegalAccessException | If pwvPathFlag does not exist. |
void alma.asdm.SysCalRow.setPwvPathFlag | ( | boolean | pwvPathFlag | ) |
Set pwvPathFlag with the specified boolean value.
pwvPathFlag | The boolean value to which pwvPathFlag is to be set. |
Tag alma.asdm.SysCalRow.getAntennaId | ( | ) |
Get antennaId.
void alma.asdm.SysCalRow.setAntennaId | ( | Tag | antennaId | ) | throws IllegalAccessException |
Set antennaId with the specified Tag value.
antennaId | The Tag value to which antennaId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
int alma.asdm.SysCalRow.getFeedId | ( | ) |
Get feedId.
void alma.asdm.SysCalRow.setFeedId | ( | int | feedId | ) | throws IllegalAccessException |
Set feedId with the specified int value.
feedId | The int value to which feedId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
Tag alma.asdm.SysCalRow.getSpectralWindowId | ( | ) |
Get spectralWindowId.
void alma.asdm.SysCalRow.setSpectralWindowId | ( | Tag | spectralWindowId | ) | throws IllegalAccessException |
Set spectralWindowId with the specified Tag value.
spectralWindowId | The Tag value to which spectralWindowId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
SpectralWindowRow alma.asdm.SysCalRow.getSpectralWindowUsingSpectralWindowId | ( | ) |
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId.
AntennaRow alma.asdm.SysCalRow.getAntennaUsingAntennaId | ( | ) |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId.
boolean alma.asdm.SysCalRow.equalByRequiredValue | ( | SysCalRow | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | the SysCalRow whose required attributes of the value part will be compared with those of this. |
Object [] alma.asdm.SysCalRow.getAttributesValues | ( | ) | [package, virtual] |
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.