Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalSeeingTable | getTable () |
Return the table to which this row belongs. | |
CalSeeingRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalSeeingRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalSeeingRowIDL. | |
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 | getNumBaseLength () |
Get numBaseLength. | |
void | setNumBaseLength (int numBaseLength) throws IllegalAccessException |
Set numBaseLength 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[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException |
Set frequencyRange with the specified Frequency[] value. | |
Length[] | getBaseLength () |
Get baseLength. | |
void | setBaseLength (Length[] baseLength) throws IllegalAccessException |
Set baseLength with the specified Length[] value. | |
Angle[] | getCorrPhaseRms () |
Get corrPhaseRms. | |
void | setCorrPhaseRms (Angle[] corrPhaseRms) throws IllegalAccessException |
Set corrPhaseRms with the specified Angle[] value. | |
Angle[] | getUncorrPhaseRms () |
Get uncorrPhaseRms. | |
void | setUncorrPhaseRms (Angle[] uncorrPhaseRms) throws IllegalAccessException |
Set uncorrPhaseRms with the specified Angle[] value. | |
Angle | getSeeing () |
Get seeing. | |
void | setSeeing (Angle seeing) throws IllegalAccessException |
Set seeing with the specified Angle value. | |
Frequency | getSeeingFrequency () |
Get seeingFrequency. | |
void | setSeeingFrequency (Frequency seeingFrequency) throws IllegalAccessException |
Set seeingFrequency with the specified Frequency value. | |
Frequency | getSeeingFreqBandwidth () |
Get seeingFreqBandwidth. | |
void | setSeeingFreqBandwidth (Frequency seeingFreqBandwidth) throws IllegalAccessException |
Set seeingFreqBandwidth with the specified Frequency value. | |
boolean | isExponentExists () |
The attribute exponent is optional. | |
float | getExponent () throws IllegalAccessException |
Get exponent, which is optional. | |
void | setExponent (float exponent) |
Set exponent with the specified float value. | |
void | clearExponent () |
Mark exponent, 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. | |
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, int numBaseLength, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, Length[] baseLength, Angle[] corrPhaseRms, Angle[] uncorrPhaseRms, Angle seeing, Frequency seeingFrequency, Frequency seeingFreqBandwidth) |
Compare each attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalSeeingRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numBaseLength, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, Length[] baseLength, Angle[] corrPhaseRms, Angle[] uncorrPhaseRms, Angle seeing, Frequency seeingFrequency, Frequency seeingFreqBandwidth) |
Package Functions | |
CalSeeingRow (CalSeeingTable table) | |
Create a CalSeeingRow. | |
CalSeeingRow (CalSeeingTable table, CalSeeingRow row) | |
Creates a CalSeeingRow 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 CalSeeingRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalSeeingRow using a copy constructor mechanism. Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow 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 exponent, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this CalSeeingRow 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 baseLength.
|
|
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 corrPhaseRms.
|
|
Get endValidTime.
|
|
Get exponent, which is optional.
|
|
Get frequencyRange.
|
|
Get numBaseLength.
|
|
Get seeing.
|
|
Get seeingFreqBandwidth.
|
|
Get seeingFrequency.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
Get uncorrPhaseRms.
|
|
The attribute exponent is optional. Return true if this attribute exists.
|
|
Set baseLength with the specified Length[] value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set corrPhaseRms with the specified Angle[] value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set exponent with the specified float value.
|
|
Set frequencyRange with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct CalSeeingRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBaseLength with the specified int value.
|
|
Set seeing with the specified Angle value.
|
|
Set seeingFreqBandwidth with the specified Frequency value.
|
|
Set seeingFrequency with the specified Frequency value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set uncorrPhaseRms with the specified Angle[] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|