Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalBandpassTable | getTable () |
Return the table to which this row belongs. | |
CalBandpassRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalBandpassRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalBandpassRowIDL. | |
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 | getNumAntenna () |
Get numAntenna. | |
void | setNumAntenna (int numAntenna) throws IllegalAccessException |
Set numAntenna with the specified int 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. | |
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[] | getFreqLimits () |
Get freqLimits. | |
void | setFreqLimits (Frequency[] freqLimits) throws IllegalAccessException |
Set freqLimits with the specified Frequency[] 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. | |
String | getRefAntennaName () |
Get refAntennaName. | |
void | setRefAntennaName (String refAntennaName) throws IllegalAccessException |
Set refAntennaName 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. | |
int | getNumAmpliPoly () |
Get numAmpliPoly. | |
void | setNumAmpliPoly (int numAmpliPoly) throws IllegalAccessException |
Set numAmpliPoly with the specified int value. | |
float[][][][] | getAmpliCurve () |
Get ampliCurve. | |
void | setAmpliCurve (float[][][][] ampliCurve) throws IllegalAccessException |
Set ampliCurve with the specified float[][][][] value. | |
float[][][] | getAmpliRms () |
Get ampliRms. | |
void | setAmpliRms (float[][][] ampliRms) throws IllegalAccessException |
Set ampliRms with the specified float[][][] value. | |
int | getNumPhasePoly () |
Get numPhasePoly. | |
void | setNumPhasePoly (int numPhasePoly) throws IllegalAccessException |
Set numPhasePoly with the specified int value. | |
Angle[][][][] | getPhaseCurve () |
Get phaseCurve. | |
void | setPhaseCurve (Angle[][][][] phaseCurve) throws IllegalAccessException |
Set phaseCurve with the specified Angle[][][][] value. | |
float[][][] | getPhaseRms () |
Get phaseRms. | |
void | setPhaseRms (float[][][] phaseRms) throws IllegalAccessException |
Set phaseRms with the specified float[][][] 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. | |
CalReductionRow | getCalReductionUsingCalReductionId () |
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId. | |
CalDataRow | getCalDataUsingCalDataId () |
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId. | |
boolean | compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandName basebandName, int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] freqLimits, ReceiverBand receiverBand, String[] antennaNames, String refAntennaName, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, int numAmpliPoly, float[][][][] ampliCurve, float[][][] ampliRms, int numPhasePoly, Angle[][][][] phaseCurve, float[][][] phaseRms) |
Compare each attribute except the autoincrementable one of this CalBandpassRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalBandpassRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] freqLimits, ReceiverBand receiverBand, String[] antennaNames, String refAntennaName, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, int numAmpliPoly, float[][][][] ampliCurve, float[][][] ampliRms, int numPhasePoly, Angle[][][][] phaseCurve, float[][][] phaseRms) |
Package Functions | |
CalBandpassRow (CalBandpassTable table) | |
Create a CalBandpassRow. | |
CalBandpassRow (CalBandpassTable table, CalBandpassRow row) | |
Creates a CalBandpassRow 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 CalBandpassRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalBandpassRow using a copy constructor mechanism. Given a CalBandpassRow row and a CalBandpassTable table, the method creates a new CalBandpassRow 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.
|
|
Compare each attribute except the autoincrementable one of this CalBandpassRow 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 ampliCurve.
|
|
Get ampliRms.
|
|
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 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 endValidTime.
|
|
Get freqLimits.
|
|
Get numAmpliPoly.
|
|
Get numAntenna.
|
|
Get numAPC.
|
|
Get numBaseline.
|
|
Get numPhasePoly.
|
|
Get numReceptor.
|
|
Get phaseCurve.
|
|
Get phaseRms.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get refAntennaName.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
Set ampliCurve with the specified float[][][][] value.
|
|
Set ampliRms 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 calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set freqLimits with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct CalBandpassRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numAmpliPoly with the specified int value.
|
|
Set numAntenna with the specified int value.
|
|
Set numAPC with the specified int value.
|
|
Set numBaseline with the specified int value.
|
|
Set numPhasePoly with the specified int value.
|
|
Set numReceptor with the specified int value.
|
|
Set phaseCurve with the specified Angle[][][][] value.
|
|
Set phaseRms with the specified float[][][] value.
|
|
Set polarizationTypes with the specified PolarizationType[] value.
|
|
Set receiverBand with the specified ReceiverBand value.
|
|
Set refAntennaName with the specified String 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.
|