Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalGainTable | getTable () |
Return the table to which this row belongs. | |
CalGainRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalGainRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalGainRowIDL. | |
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. | |
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. | |
float[][] | getGain () |
Get gain. | |
void | setGain (float[][] gain) throws IllegalAccessException |
Set gain with the specified float[][] value. | |
boolean[] | getGainValid () |
Get gainValid. | |
void | setGainValid (boolean[] gainValid) throws IllegalAccessException |
Set gainValid with the specified boolean[] value. | |
float[][] | getFit () |
Get fit. | |
void | setFit (float[][] fit) throws IllegalAccessException |
Set fit with the specified float[][] value. | |
float[] | getFitWeight () |
Get fitWeight. | |
void | setFitWeight (float[] fitWeight) throws IllegalAccessException |
Set fitWeight with the specified float[] value. | |
boolean | getTotalGainValid () |
Get totalGainValid. | |
void | setTotalGainValid (boolean totalGainValid) throws IllegalAccessException |
Set totalGainValid with the specified boolean value. | |
float | getTotalFit () |
Get totalFit. | |
void | setTotalFit (float totalFit) throws IllegalAccessException |
Set totalFit with the specified float value. | |
float | getTotalFitWeight () |
Get totalFitWeight. | |
void | setTotalFitWeight (float totalFitWeight) throws IllegalAccessException |
Set totalFitWeight 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. | |
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, ArrayTime startValidTime, ArrayTime endValidTime, float[][] gain, boolean[] gainValid, float[][] fit, float[] fitWeight, boolean totalGainValid, float totalFit, float totalFitWeight) |
Compare each attribute except the autoincrementable one of this CalGainRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalGainRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, float[][] gain, boolean[] gainValid, float[][] fit, float[] fitWeight, boolean totalGainValid, float totalFit, float totalFitWeight) |
Package Functions | |
CalGainRow (CalGainTable table) | |
Create a CalGainRow. | |
CalGainRow (CalGainTable table, CalGainRow row) | |
Creates a CalGainRow 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 CalGainRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalGainRow using a copy constructor mechanism. Given a CalGainRow row and a CalGainTable table, the method creates a new CalGainRow 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 CalGainRow 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.
|
|
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 endValidTime.
|
|
Get fit.
|
|
Get fitWeight.
|
|
Get gain.
|
|
Get gainValid.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
Get totalFit.
|
|
Get totalFitWeight.
|
|
Get totalGainValid.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set fit with the specified float[][] value.
|
|
Set fitWeight with the specified float[] value.
|
|
Fill the values of this row from the IDL struct CalGainRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set gain with the specified float[][] value.
|
|
Set gainValid with the specified boolean[] value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set totalFit with the specified float value.
|
|
Set totalFitWeight with the specified float value.
|
|
Set totalGainValid with the specified boolean value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|