Generated from model's revision 1.46, 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) throws IllegalAccessException |
Set numBaseline with the specified int value. | |
int | getNumAPC () |
Get numAPC. | |
void | setNumAPC (int numAPC) throws IllegalAccessException |
Set numAPC with the specified int value. | |
int | getNumReceptor () |
Get numReceptor. | |
void | setNumReceptor (int numReceptor) throws IllegalAccessException |
Set numReceptor with the specified int value. | |
ReceiverBand | getReceiverBand () |
Get receiverBand. | |
void | setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException |
Set receiverBand with the specified ReceiverBand value. | |
String[][] | getAntennaNames () |
Get antennaNames. | |
void | setAntennaNames (String[][] antennaNames) throws IllegalAccessException |
Set antennaNames with the specified String[][] value. | |
AtmPhaseCorrection[] | getAtmPhaseCorrections () |
Get atmPhaseCorrections. | |
void | setAtmPhaseCorrections (AtmPhaseCorrection[] atmPhaseCorrections) throws IllegalAccessException |
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value. | |
PolarizationType[] | getPolarizationTypes () |
Get polarizationTypes. | |
void | setPolarizationTypes (PolarizationType[] polarizationTypes) throws IllegalAccessException |
Set polarizationTypes with the specified PolarizationType[] value. | |
ArrayTime | getStartValidTime () |
Get startValidTime. | |
void | setStartValidTime (ArrayTime startValidTime) throws IllegalAccessException |
Set startValidTime with the specified ArrayTime value. | |
ArrayTime | getEndValidTime () |
Get endValidTime. | |
void | setEndValidTime (ArrayTime endValidTime) throws IllegalAccessException |
Set endValidTime with the specified ArrayTime value. | |
Frequency[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException |
Set frequencyRange with the specified Frequency[] value. | |
float[][][] | getAmpli () |
Get ampli. | |
void | setAmpli (float[][][] ampli) throws IllegalAccessException |
Set ampli with the specified float[][][] value. | |
float[][][] | getPhase () |
Get phase. | |
void | setPhase (float[][][] phase) throws IllegalAccessException |
Set phase with the specified float[][][] value. | |
Angle[][][] | getPhaseRms () |
Get phaseRms. | |
void | setPhaseRms (Angle[][][] phaseRms) throws IllegalAccessException |
Set phaseRms with the specified Angle[][][] value. | |
Angle[][] | getStatPhaseRms () |
Get statPhaseRms. | |
void | setStatPhaseRms (Angle[][] statPhaseRms) throws IllegalAccessException |
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) throws IllegalAccessException |
Set decorrelationFactor with the specified float[][] value. | |
Length[] | getBaselineLengths () |
Get baselineLengths. | |
void | setBaselineLengths (Length[] baselineLengths) throws IllegalAccessException |
Set baselineLengths with the specified Length[] value. | |
Angle[] | getDirection () |
Get direction. | |
void | setDirection (Angle[] direction) throws IllegalAccessException |
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. |
|
Create a CalPhaseRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
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.
|
|
Mark correctionValidity, which is an optional field, as non-existent.
|
|
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.
|
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get ampli.
|
|
Get antennaNames.
|
|
Get atmPhaseCorrections.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get basebandName.
|
|
Get baselineLengths.
|
|
Get calDataId.
|
|
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
|
|
Get calReductionId.
|
|
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
|
|
Get correctionValidity, which is optional.
|
|
Get decorrelationFactor.
|
|
Get direction.
|
|
Get endValidTime.
|
|
Get frequencyRange.
|
|
Get numAPC.
|
|
Get numBaseline.
|
|
Get numReceptor.
|
|
Get phase.
|
|
Get phaseRms.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get startValidTime.
|
|
Get statPhaseRms.
|
|
Return the table to which this row belongs.
|
|
The attribute correctionValidity is optional. Return true if this attribute exists.
|
|
Set ampli with the specified float[][][] value.
|
|
Set antennaNames with the specified String[][] value.
|
|
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.
|
|
Set basebandName with the specified BasebandName value.
|
|
Set baselineLengths with the specified Length[] value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set correctionValidity with the specified boolean[] value.
|
|
Set decorrelationFactor with the specified float[][] value.
|
|
Set direction with the specified Angle[] value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set frequencyRange with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct CalPhaseRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numAPC with the specified int value.
|
|
Set numBaseline with the specified int value.
|
|
Set numReceptor with the specified int value.
|
|
Set phase with the specified float[][][] value.
|
|
Set phaseRms with the specified Angle[][][] value.
|
|
Set polarizationTypes with the specified PolarizationType[] value.
|
|
Set receiverBand with the specified ReceiverBand value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set statPhaseRms with the specified Angle[][] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|