Generated from model's revision 1.41, branch HEAD
Public Member Functions | |
CalPhaseTable | getTable () |
Return the table to which this row belongs. | |
CalPhaseRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalPhaseRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalPhaseRowIDL. | |
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. | |
BasebandName | getBasebandName () |
Get basebandName. | |
void | setBasebandName (BasebandName basebandName) throws IllegalAccessException |
Set basebandName with the specified BasebandName value. | |
int | getNumBaseline () |
Get numBaseline. | |
void | setNumBaseline (int numBaseline) |
Set numBaseline with the specified int value. | |
int | getNumAPC () |
Get numAPC. | |
void | setNumAPC (int numAPC) |
Set numAPC with the specified int value. | |
int | getNumReceptor () |
Get numReceptor. | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int value. | |
ReceiverBand | getReceiverBand () |
Get receiverBand. | |
void | setReceiverBand (ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBand value. | |
String[][] | getAntennaNames () |
Get antennaNames. | |
void | setAntennaNames (String[][] antennaNames) |
Set antennaNames with the specified String[][] value. | |
AtmPhaseCorrection[] | getAtmPhaseCorrections () |
Get atmPhaseCorrections. | |
void | setAtmPhaseCorrections (AtmPhaseCorrection[] atmPhaseCorrections) |
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value. | |
PolarizationType[] | getPolarizationTypes () |
Get polarizationTypes. | |
void | setPolarizationTypes (PolarizationType[] polarizationTypes) |
Set polarizationTypes with the specified PolarizationType[] value. | |
ArrayTime | getStartValidTime () |
Get startValidTime. | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime value. | |
ArrayTime | getEndValidTime () |
Get endValidTime. | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime value. | |
Frequency[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) |
Set frequencyRange with the specified Frequency[] value. | |
float[][][] | getAmpli () |
Get ampli. | |
void | setAmpli (float[][][] ampli) |
Set ampli with the specified float[][][] value. | |
float[][][] | getPhase () |
Get phase. | |
void | setPhase (float[][][] phase) |
Set phase with the specified float[][][] value. | |
Angle[][][] | getPhaseRms () |
Get phaseRms. | |
void | setPhaseRms (Angle[][][] phaseRms) |
Set phaseRms with the specified Angle[][][] value. | |
Angle[][] | getStatPhaseRms () |
Get statPhaseRms. | |
void | setStatPhaseRms (Angle[][] statPhaseRms) |
Set statPhaseRms with the specified Angle[][] value. | |
boolean | isCorrectionValidityExists () |
The attribute correctionValidity is optional. | |
boolean[] | getCorrectionValidity () throws IllegalAccessException |
Get correctionValidity, which is optional. | |
void | setCorrectionValidity (boolean[] correctionValidity) |
Set correctionValidity with the specified boolean[] value. | |
void | clearCorrectionValidity () |
Mark correctionValidity, which is an optional field, as non-existent. | |
float[][] | getDecorrelationFactor () |
Get decorrelationFactor. | |
void | setDecorrelationFactor (float[][] decorrelationFactor) |
Set decorrelationFactor with the specified float[][] value. | |
Length[] | getBaselineLengths () |
Get baselineLengths. | |
void | setBaselineLengths (Length[] baselineLengths) |
Set baselineLengths with the specified Length[] value. | |
Angle[] | getDirection () |
Get direction. | |
void | setDirection (Angle[] direction) |
Set direction with the specified Angle[] value. | |
Tag | getCalDataId () |
Get calDataId. | |
void | setCalDataId (Tag calDataId) throws IllegalAccessException |
Set calDataId with the specified Tag value. | |
Tag | getCalReductionId () |
Get calReductionId. | |
void | setCalReductionId (Tag calReductionId) throws IllegalAccessException |
Set calReductionId with the specified Tag value. | |
CalDataRow | getCalDataUsingCalDataId () |
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId. | |
CalReductionRow | getCalReductionUsingCalReductionId () |
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId. | |
boolean | compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandName basebandName, int numBaseline, int numAPC, int numReceptor, ReceiverBand receiverBand, String[][] antennaNames, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, float[][][] ampli, float[][][] phase, Angle[][][] phaseRms, Angle[][] statPhaseRms, float[][] decorrelationFactor, Length[] baselineLengths, Angle[] direction) |
Compare each attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalPhaseRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numBaseline, int numAPC, int numReceptor, ReceiverBand receiverBand, String[][] antennaNames, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, float[][][] ampli, float[][][] phase, Angle[][][] phaseRms, Angle[][] statPhaseRms, float[][] decorrelationFactor, Length[] baselineLengths, Angle[] direction) |
Package Functions | |
CalPhaseRow (CalPhaseTable table) | |
Create a CalPhaseRow. | |
CalPhaseRow (CalPhaseTable table, CalPhaseRow row) | |
Creates a CalPhaseRow 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. |
alma.asdm.CalPhaseRow.CalPhaseRow | ( | CalPhaseTable | table | ) | [package] |
Create a CalPhaseRow.
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.CalPhaseRow.CalPhaseRow | ( | CalPhaseTable | table, | |
CalPhaseRow | row | |||
) | [package] |
Creates a CalPhaseRow using a copy constructor mechanism.
Given a CalPhaseRow row and a CalPhaseTable table, the method creates a new CalPhaseRow 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. |
CalPhaseRowIDL alma.asdm.CalPhaseRow.toIDL | ( | ) |
Return this row in the form of an IDL struct.
void alma.asdm.CalPhaseRow.setFromIDL | ( | CalPhaseRowIDL | x | ) | throws ConversionException |
Fill the values of this row from the IDL struct CalPhaseRowIDL.
x | The IDL struct containing the values used to fill this row. |
String alma.asdm.CalPhaseRow.toXML | ( | ) | throws ConversionException |
Return this row in the form of an XML string.
ConversionException. |
void alma.asdm.CalPhaseRow.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. |
BasebandName alma.asdm.CalPhaseRow.getBasebandName | ( | ) |
Get basebandName.
void alma.asdm.CalPhaseRow.setBasebandName | ( | BasebandName | basebandName | ) | throws IllegalAccessException |
Set basebandName with the specified BasebandName value.
basebandName | The BasebandName value to which basebandName 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.CalPhaseRow.getNumBaseline | ( | ) |
Get numBaseline.
void alma.asdm.CalPhaseRow.setNumBaseline | ( | int | numBaseline | ) |
Set numBaseline with the specified int value.
numBaseline | The int value to which numBaseline is to be set. |
int alma.asdm.CalPhaseRow.getNumAPC | ( | ) |
Get numAPC.
void alma.asdm.CalPhaseRow.setNumAPC | ( | int | numAPC | ) |
Set numAPC with the specified int value.
numAPC | The int value to which numAPC is to be set. |
int alma.asdm.CalPhaseRow.getNumReceptor | ( | ) |
Get numReceptor.
void alma.asdm.CalPhaseRow.setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int value.
numReceptor | The int value to which numReceptor is to be set. |
ReceiverBand alma.asdm.CalPhaseRow.getReceiverBand | ( | ) |
Get receiverBand.
void alma.asdm.CalPhaseRow.setReceiverBand | ( | ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBand value.
receiverBand | The ReceiverBand value to which receiverBand is to be set. |
String [][] alma.asdm.CalPhaseRow.getAntennaNames | ( | ) |
Get antennaNames.
void alma.asdm.CalPhaseRow.setAntennaNames | ( | String | antennaNames[][] | ) |
Set antennaNames with the specified String[][] value.
antennaNames | The String[][] value to which antennaNames is to be set. |
AtmPhaseCorrection [] alma.asdm.CalPhaseRow.getAtmPhaseCorrections | ( | ) |
Get atmPhaseCorrections.
void alma.asdm.CalPhaseRow.setAtmPhaseCorrections | ( | AtmPhaseCorrection[] | atmPhaseCorrections | ) |
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.
atmPhaseCorrections | The AtmPhaseCorrection[] value to which atmPhaseCorrections is to be set. |
PolarizationType [] alma.asdm.CalPhaseRow.getPolarizationTypes | ( | ) |
Get polarizationTypes.
void alma.asdm.CalPhaseRow.setPolarizationTypes | ( | PolarizationType[] | polarizationTypes | ) |
Set polarizationTypes with the specified PolarizationType[] value.
polarizationTypes | The PolarizationType[] value to which polarizationTypes is to be set. |
ArrayTime alma.asdm.CalPhaseRow.getStartValidTime | ( | ) |
Get startValidTime.
void alma.asdm.CalPhaseRow.setStartValidTime | ( | ArrayTime | startValidTime | ) |
Set startValidTime with the specified ArrayTime value.
startValidTime | The ArrayTime value to which startValidTime is to be set. |
ArrayTime alma.asdm.CalPhaseRow.getEndValidTime | ( | ) |
Get endValidTime.
void alma.asdm.CalPhaseRow.setEndValidTime | ( | ArrayTime | endValidTime | ) |
Set endValidTime with the specified ArrayTime value.
endValidTime | The ArrayTime value to which endValidTime is to be set. |
Frequency [] alma.asdm.CalPhaseRow.getFrequencyRange | ( | ) |
Get frequencyRange.
void alma.asdm.CalPhaseRow.setFrequencyRange | ( | Frequency[] | frequencyRange | ) |
Set frequencyRange with the specified Frequency[] value.
frequencyRange | The Frequency[] value to which frequencyRange is to be set. |
float [][][] alma.asdm.CalPhaseRow.getAmpli | ( | ) |
Get ampli.
void alma.asdm.CalPhaseRow.setAmpli | ( | float | ampli[][][] | ) |
Set ampli with the specified float[][][] value.
ampli | The float[][][] value to which ampli is to be set. |
float [][][] alma.asdm.CalPhaseRow.getPhase | ( | ) |
Get phase.
void alma.asdm.CalPhaseRow.setPhase | ( | float | phase[][][] | ) |
Set phase with the specified float[][][] value.
phase | The float[][][] value to which phase is to be set. |
Angle [][][] alma.asdm.CalPhaseRow.getPhaseRms | ( | ) |
Get phaseRms.
void alma.asdm.CalPhaseRow.setPhaseRms | ( | Angle | phaseRms[][][] | ) |
Set phaseRms with the specified Angle[][][] value.
phaseRms | The Angle[][][] value to which phaseRms is to be set. |
Angle [][] alma.asdm.CalPhaseRow.getStatPhaseRms | ( | ) |
Get statPhaseRms.
void alma.asdm.CalPhaseRow.setStatPhaseRms | ( | Angle | statPhaseRms[][] | ) |
Set statPhaseRms with the specified Angle[][] value.
statPhaseRms | The Angle[][] value to which statPhaseRms is to be set. |
boolean alma.asdm.CalPhaseRow.isCorrectionValidityExists | ( | ) |
The attribute correctionValidity is optional.
Return true if this attribute exists.
boolean [] alma.asdm.CalPhaseRow.getCorrectionValidity | ( | ) | throws IllegalAccessException |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
void alma.asdm.CalPhaseRow.setCorrectionValidity | ( | boolean[] | correctionValidity | ) |
Set correctionValidity with the specified boolean[] value.
correctionValidity | The boolean[] value to which correctionValidity is to be set. |
float [][] alma.asdm.CalPhaseRow.getDecorrelationFactor | ( | ) |
Get decorrelationFactor.
void alma.asdm.CalPhaseRow.setDecorrelationFactor | ( | float | decorrelationFactor[][] | ) |
Set decorrelationFactor with the specified float[][] value.
decorrelationFactor | The float[][] value to which decorrelationFactor is to be set. |
Length [] alma.asdm.CalPhaseRow.getBaselineLengths | ( | ) |
Get baselineLengths.
void alma.asdm.CalPhaseRow.setBaselineLengths | ( | Length[] | baselineLengths | ) |
Set baselineLengths with the specified Length[] value.
baselineLengths | The Length[] value to which baselineLengths is to be set. |
Angle [] alma.asdm.CalPhaseRow.getDirection | ( | ) |
Get direction.
void alma.asdm.CalPhaseRow.setDirection | ( | Angle[] | direction | ) |
Set direction with the specified Angle[] value.
direction | The Angle[] value to which direction is to be set. |
Tag alma.asdm.CalPhaseRow.getCalDataId | ( | ) |
Get calDataId.
void alma.asdm.CalPhaseRow.setCalDataId | ( | Tag | calDataId | ) | throws IllegalAccessException |
Set calDataId with the specified Tag value.
calDataId | The Tag value to which calDataId 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.CalPhaseRow.getCalReductionId | ( | ) |
Get calReductionId.
void alma.asdm.CalPhaseRow.setCalReductionId | ( | Tag | calReductionId | ) | throws IllegalAccessException |
Set calReductionId with the specified Tag value.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
CalDataRow alma.asdm.CalPhaseRow.getCalDataUsingCalDataId | ( | ) |
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
CalReductionRow alma.asdm.CalPhaseRow.getCalReductionUsingCalReductionId | ( | ) |
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
boolean alma.asdm.CalPhaseRow.equalByRequiredValue | ( | CalPhaseRow | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | the CalPhaseRow whose required attributes of the value part will be compared with those of this. |
Object [] alma.asdm.CalPhaseRow.getAttributesValues | ( | ) | [package, virtual] |
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.