Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalWVRTable | getTable () |
Return the table to which this row belongs. | |
CalWVRRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalWVRRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalWVRRowIDL. | |
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. | |
String | getAntennaName () |
Get antennaName. | |
void | setAntennaName (String antennaName) throws IllegalAccessException |
Set antennaName with the specified String value. | |
int | getNumPoly () |
Get numPoly. | |
void | setNumPoly (int numPoly) throws IllegalAccessException |
Set numPoly with the specified int value. | |
int | getNumChan () |
Get numChan. | |
void | setNumChan (int numChan) throws IllegalAccessException |
Set numChan 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. | |
WVRMethod | getWvrMethod () |
Get wvrMethod. | |
void | setWvrMethod (WVRMethod wvrMethod) throws IllegalAccessException |
Set wvrMethod with the specified WVRMethod value. | |
Frequency[] | getFreqLimits () |
Get freqLimits. | |
void | setFreqLimits (Frequency[] freqLimits) throws IllegalAccessException |
Set freqLimits with the specified Frequency[] value. | |
float[][][] | getPathCoeff () |
Get pathCoeff. | |
void | setPathCoeff (float[][][] pathCoeff) throws IllegalAccessException |
Set pathCoeff with the specified float[][][] value. | |
Frequency[] | getChanFreq () |
Get chanFreq. | |
void | setChanFreq (Frequency[] chanFreq) throws IllegalAccessException |
Set chanFreq with the specified Frequency[] value. | |
Frequency[] | getChanWidth () |
Get chanWidth. | |
void | setChanWidth (Frequency[] chanWidth) throws IllegalAccessException |
Set chanWidth with the specified Frequency[] value. | |
int | getNumInputAntenna () |
Get numInputAntenna. | |
void | setNumInputAntenna (int numInputAntenna) throws IllegalAccessException |
Set numInputAntenna with the specified int value. | |
String[] | getInputAntennaNames () |
Get inputAntennaNames. | |
void | setInputAntennaNames (String[] inputAntennaNames) throws IllegalAccessException |
Set inputAntennaNames with the specified String[] value. | |
Frequency[] | getPolyFreqLimits () |
Get polyFreqLimits. | |
void | setPolyFreqLimits (Frequency[] polyFreqLimits) throws IllegalAccessException |
Set polyFreqLimits with the specified Frequency[] 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, String antennaName, int numPoly, int numChan, ArrayTime startValidTime, ArrayTime endValidTime, WVRMethod wvrMethod, Frequency[] freqLimits, float[][][] pathCoeff, Frequency[] chanFreq, Frequency[] chanWidth, int numInputAntenna, String[] inputAntennaNames, Frequency[] polyFreqLimits) |
Compare each attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalWVRRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numPoly, int numChan, ArrayTime startValidTime, ArrayTime endValidTime, WVRMethod wvrMethod, Frequency[] freqLimits, float[][][] pathCoeff, Frequency[] chanFreq, Frequency[] chanWidth, int numInputAntenna, String[] inputAntennaNames, Frequency[] polyFreqLimits) |
Package Functions | |
CalWVRRow (CalWVRTable table) | |
Create a CalWVRRow. | |
CalWVRRow (CalWVRTable table, CalWVRRow row) | |
Creates a CalWVRRow 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 CalWVRRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalWVRRow using a copy constructor mechanism. Given a CalWVRRow row and a CalWVRTable table, the method creates a new CalWVRRow 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 CalWVRRow 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.
|
|
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 chanFreq.
|
|
Get chanWidth.
|
|
Get endValidTime.
|
|
Get freqLimits.
|
|
Get inputAntennaNames.
|
|
Get numChan.
|
|
Get numInputAntenna.
|
|
Get numPoly.
|
|
Get pathCoeff.
|
|
Get polyFreqLimits.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
Get wvrMethod.
|
|
Set antennaName with the specified String value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set chanFreq with the specified Frequency[] value.
|
|
Set chanWidth with the specified Frequency[] 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 CalWVRRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set inputAntennaNames with the specified String[] value.
|
|
Set numChan with the specified int value.
|
|
Set numInputAntenna with the specified int value.
|
|
Set numPoly with the specified int value.
|
|
Set pathCoeff with the specified float[][][] value.
|
|
Set polyFreqLimits with the specified Frequency[] value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set wvrMethod with the specified WVRMethod value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|