Generated from model's revision 1.41, 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) |
Set numAntenna with the specified int 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. | |
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[] | getFreqLimits () |
Get freqLimits. | |
void | setFreqLimits (Frequency[] freqLimits) |
Set freqLimits with the specified Frequency[] 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. | |
String | getRefAntennaName () |
Get refAntennaName. | |
void | setRefAntennaName (String refAntennaName) |
Set refAntennaName 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. | |
int | getNumAmpliPoly () |
Get numAmpliPoly. | |
void | setNumAmpliPoly (int numAmpliPoly) |
Set numAmpliPoly with the specified int value. | |
float[][][][] | getAmpliCurve () |
Get ampliCurve. | |
void | setAmpliCurve (float[][][][] ampliCurve) |
Set ampliCurve with the specified float[][][][] value. | |
float[][][] | getAmpliRms () |
Get ampliRms. | |
void | setAmpliRms (float[][][] ampliRms) |
Set ampliRms with the specified float[][][] value. | |
int | getNumPhasePoly () |
Get numPhasePoly. | |
void | setNumPhasePoly (int numPhasePoly) |
Set numPhasePoly with the specified int value. | |
Angle[][][][] | getPhaseCurve () |
Get phaseCurve. | |
void | setPhaseCurve (Angle[][][][] phaseCurve) |
Set phaseCurve with the specified Angle[][][][] value. | |
float[][][] | getPhaseRms () |
Get phaseRms. | |
void | setPhaseRms (float[][][] phaseRms) |
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. |
alma.asdm.CalBandpassRow.CalBandpassRow | ( | CalBandpassTable | table | ) | [package] |
Create a CalBandpassRow.
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.CalBandpassRow.CalBandpassRow | ( | CalBandpassTable | table, | |
CalBandpassRow | row | |||
) | [package] |
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.
table | The table to which this row belongs. | |
row | The row which is to be copied. |
CalBandpassRowIDL alma.asdm.CalBandpassRow.toIDL | ( | ) |
Return this row in the form of an IDL struct.
void alma.asdm.CalBandpassRow.setFromIDL | ( | CalBandpassRowIDL | x | ) | throws ConversionException |
Fill the values of this row from the IDL struct CalBandpassRowIDL.
x | The IDL struct containing the values used to fill this row. |
String alma.asdm.CalBandpassRow.toXML | ( | ) | throws ConversionException |
Return this row in the form of an XML string.
ConversionException. |
void alma.asdm.CalBandpassRow.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.CalBandpassRow.getBasebandName | ( | ) |
Get basebandName.
void alma.asdm.CalBandpassRow.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.CalBandpassRow.getNumAntenna | ( | ) |
Get numAntenna.
void alma.asdm.CalBandpassRow.setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int value.
numAntenna | The int value to which numAntenna is to be set. |
int alma.asdm.CalBandpassRow.getNumBaseline | ( | ) |
Get numBaseline.
void alma.asdm.CalBandpassRow.setNumBaseline | ( | int | numBaseline | ) |
Set numBaseline with the specified int value.
numBaseline | The int value to which numBaseline is to be set. |
int alma.asdm.CalBandpassRow.getNumAPC | ( | ) |
Get numAPC.
void alma.asdm.CalBandpassRow.setNumAPC | ( | int | numAPC | ) |
Set numAPC with the specified int value.
numAPC | The int value to which numAPC is to be set. |
int alma.asdm.CalBandpassRow.getNumReceptor | ( | ) |
Get numReceptor.
void alma.asdm.CalBandpassRow.setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int value.
numReceptor | The int value to which numReceptor is to be set. |
ArrayTime alma.asdm.CalBandpassRow.getStartValidTime | ( | ) |
Get startValidTime.
void alma.asdm.CalBandpassRow.setStartValidTime | ( | ArrayTime | startValidTime | ) |
Set startValidTime with the specified ArrayTime value.
startValidTime | The ArrayTime value to which startValidTime is to be set. |
ArrayTime alma.asdm.CalBandpassRow.getEndValidTime | ( | ) |
Get endValidTime.
void alma.asdm.CalBandpassRow.setEndValidTime | ( | ArrayTime | endValidTime | ) |
Set endValidTime with the specified ArrayTime value.
endValidTime | The ArrayTime value to which endValidTime is to be set. |
Frequency [] alma.asdm.CalBandpassRow.getFreqLimits | ( | ) |
Get freqLimits.
void alma.asdm.CalBandpassRow.setFreqLimits | ( | Frequency[] | freqLimits | ) |
Set freqLimits with the specified Frequency[] value.
freqLimits | The Frequency[] value to which freqLimits is to be set. |
ReceiverBand alma.asdm.CalBandpassRow.getReceiverBand | ( | ) |
Get receiverBand.
void alma.asdm.CalBandpassRow.setReceiverBand | ( | ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBand value.
receiverBand | The ReceiverBand value to which receiverBand is to be set. |
String [] alma.asdm.CalBandpassRow.getAntennaNames | ( | ) |
Get antennaNames.
void alma.asdm.CalBandpassRow.setAntennaNames | ( | String[] | antennaNames | ) |
Set antennaNames with the specified String[] value.
antennaNames | The String[] value to which antennaNames is to be set. |
String alma.asdm.CalBandpassRow.getRefAntennaName | ( | ) |
Get refAntennaName.
void alma.asdm.CalBandpassRow.setRefAntennaName | ( | String | refAntennaName | ) |
Set refAntennaName with the specified String value.
refAntennaName | The String value to which refAntennaName is to be set. |
AtmPhaseCorrection [] alma.asdm.CalBandpassRow.getAtmPhaseCorrections | ( | ) |
Get atmPhaseCorrections.
void alma.asdm.CalBandpassRow.setAtmPhaseCorrections | ( | AtmPhaseCorrection[] | atmPhaseCorrections | ) |
Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.
atmPhaseCorrections | The AtmPhaseCorrection[] value to which atmPhaseCorrections is to be set. |
PolarizationType [] alma.asdm.CalBandpassRow.getPolarizationTypes | ( | ) |
Get polarizationTypes.
void alma.asdm.CalBandpassRow.setPolarizationTypes | ( | PolarizationType[] | polarizationTypes | ) |
Set polarizationTypes with the specified PolarizationType[] value.
polarizationTypes | The PolarizationType[] value to which polarizationTypes is to be set. |
int alma.asdm.CalBandpassRow.getNumAmpliPoly | ( | ) |
Get numAmpliPoly.
void alma.asdm.CalBandpassRow.setNumAmpliPoly | ( | int | numAmpliPoly | ) |
Set numAmpliPoly with the specified int value.
numAmpliPoly | The int value to which numAmpliPoly is to be set. |
float [][][][] alma.asdm.CalBandpassRow.getAmpliCurve | ( | ) |
Get ampliCurve.
void alma.asdm.CalBandpassRow.setAmpliCurve | ( | float | ampliCurve[][][][] | ) |
Set ampliCurve with the specified float[][][][] value.
ampliCurve | The float[][][][] value to which ampliCurve is to be set. |
float [][][] alma.asdm.CalBandpassRow.getAmpliRms | ( | ) |
Get ampliRms.
void alma.asdm.CalBandpassRow.setAmpliRms | ( | float | ampliRms[][][] | ) |
Set ampliRms with the specified float[][][] value.
ampliRms | The float[][][] value to which ampliRms is to be set. |
int alma.asdm.CalBandpassRow.getNumPhasePoly | ( | ) |
Get numPhasePoly.
void alma.asdm.CalBandpassRow.setNumPhasePoly | ( | int | numPhasePoly | ) |
Set numPhasePoly with the specified int value.
numPhasePoly | The int value to which numPhasePoly is to be set. |
Angle [][][][] alma.asdm.CalBandpassRow.getPhaseCurve | ( | ) |
Get phaseCurve.
void alma.asdm.CalBandpassRow.setPhaseCurve | ( | Angle | phaseCurve[][][][] | ) |
Set phaseCurve with the specified Angle[][][][] value.
phaseCurve | The Angle[][][][] value to which phaseCurve is to be set. |
float [][][] alma.asdm.CalBandpassRow.getPhaseRms | ( | ) |
Get phaseRms.
void alma.asdm.CalBandpassRow.setPhaseRms | ( | float | phaseRms[][][] | ) |
Set phaseRms with the specified float[][][] value.
phaseRms | The float[][][] value to which phaseRms is to be set. |
Tag alma.asdm.CalBandpassRow.getCalDataId | ( | ) |
Get calDataId.
void alma.asdm.CalBandpassRow.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.CalBandpassRow.getCalReductionId | ( | ) |
Get calReductionId.
void alma.asdm.CalBandpassRow.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. |
CalReductionRow alma.asdm.CalBandpassRow.getCalReductionUsingCalReductionId | ( | ) |
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
CalDataRow alma.asdm.CalBandpassRow.getCalDataUsingCalDataId | ( | ) |
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
boolean alma.asdm.CalBandpassRow.equalByRequiredValue | ( | CalBandpassRow | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | the CalBandpassRow whose required attributes of the value part will be compared with those of this. |
Object [] alma.asdm.CalBandpassRow.getAttributesValues | ( | ) | [package, virtual] |
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.