Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalAmpliTable | getTable () |
Return the table to which this row belongs. | |
CalAmpliRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalAmpliRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalAmpliRowIDL. | |
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. | |
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 | getAntennaName () |
Get antennaName. | |
void | setAntennaName (String antennaName) throws IllegalAccessException |
Set antennaName 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. | |
boolean | isApertureEfficiencyExists () |
The attribute apertureEfficiency is optional. | |
float[][] | getApertureEfficiency () throws IllegalAccessException |
Get apertureEfficiency, which is optional. | |
void | setApertureEfficiency (float[][] apertureEfficiency) |
Set apertureEfficiency with the specified float[][] value. | |
void | clearApertureEfficiency () |
Mark apertureEfficiency, which is an optional field, as non-existent. | |
boolean | isApertureEfficiencyErrorExists () |
The attribute apertureEfficiencyError is optional. | |
float[][] | getApertureEfficiencyError () throws IllegalAccessException |
Get apertureEfficiencyError, which is optional. | |
void | setApertureEfficiencyError (float[][] apertureEfficiencyError) |
Set apertureEfficiencyError with the specified float[][] value. | |
void | clearApertureEfficiencyError () |
Mark apertureEfficiencyError, which is an optional field, as non-existent. | |
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. | |
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, String antennaName, int numAPC, int numReceptor, ReceiverBand receiverBand, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange) |
Compare each attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalAmpliRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numAPC, int numReceptor, ReceiverBand receiverBand, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange) |
Package Functions | |
CalAmpliRow (CalAmpliTable table) | |
Create a CalAmpliRow. | |
CalAmpliRow (CalAmpliTable table, CalAmpliRow row) | |
Creates a CalAmpliRow 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 CalAmpliRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalAmpliRow using a copy constructor mechanism. Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow 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 apertureEfficiency, which is an optional field, as non-existent.
|
|
Mark apertureEfficiencyError, which is an optional field, as non-existent.
|
|
Mark correctionValidity, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this CalAmpliRow 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 antennaName.
|
|
Get apertureEfficiency, which is optional.
|
|
Get apertureEfficiencyError, which is optional.
|
|
Get atmPhaseCorrections.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
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 endValidTime.
|
|
Get frequencyRange.
|
|
Get numAPC.
|
|
Get numReceptor.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
The attribute apertureEfficiencyError is optional. Return true if this attribute exists.
|
|
The attribute apertureEfficiency is optional. Return true if this attribute exists.
|
|
The attribute correctionValidity is optional. Return true if this attribute exists.
|
|
Set antennaName with the specified String value.
|
|
Set apertureEfficiency with the specified float[][] value.
|
|
Set apertureEfficiencyError with the specified float[][] value.
|
|
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set correctionValidity with the specified boolean 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 CalAmpliRowIDL.
|
|
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 numReceptor with the specified int value.
|
|
Set polarizationTypes with the specified PolarizationType[] value.
|
|
Set receiverBand with the specified ReceiverBand value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|