Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
GainTrackingTable | getTable () |
Return the table to which this row belongs. | |
GainTrackingRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (GainTrackingRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct GainTrackingRowIDL. | |
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. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
float | getAttenuator () |
Get attenuator. | |
void | setAttenuator (float attenuator) throws IllegalAccessException |
Set attenuator with the specified float value. | |
boolean | isSamplingLevelExists () |
The attribute samplingLevel is optional. | |
float | getSamplingLevel () throws IllegalAccessException |
Get samplingLevel, which is optional. | |
void | setSamplingLevel (float samplingLevel) |
Set samplingLevel with the specified float value. | |
void | clearSamplingLevel () |
Mark samplingLevel, which is an optional field, as non-existent. | |
Interval | getDelayoff1 () |
Get delayoff1. | |
void | setDelayoff1 (Interval delayoff1) throws IllegalAccessException |
Set delayoff1 with the specified Interval value. | |
Interval | getDelayoff2 () |
Get delayoff2. | |
void | setDelayoff2 (Interval delayoff2) throws IllegalAccessException |
Set delayoff2 with the specified Interval value. | |
Angle | getPhaseoff1 () |
Get phaseoff1. | |
void | setPhaseoff1 (Angle phaseoff1) throws IllegalAccessException |
Set phaseoff1 with the specified Angle value. | |
Angle | getPhaseoff2 () |
Get phaseoff2. | |
void | setPhaseoff2 (Angle phaseoff2) throws IllegalAccessException |
Set phaseoff2 with the specified Angle value. | |
AngularRate | getRateoff1 () |
Get rateoff1. | |
void | setRateoff1 (AngularRate rateoff1) throws IllegalAccessException |
Set rateoff1 with the specified AngularRate value. | |
AngularRate | getRateoff2 () |
Get rateoff2. | |
void | setRateoff2 (AngularRate rateoff2) throws IllegalAccessException |
Set rateoff2 with the specified AngularRate value. | |
boolean | isPhaseRefOffsetExists () |
The attribute phaseRefOffset is optional. | |
Angle | getPhaseRefOffset () throws IllegalAccessException |
Get phaseRefOffset, which is optional. | |
void | setPhaseRefOffset (Angle phaseRefOffset) |
Set phaseRefOffset with the specified Angle value. | |
void | clearPhaseRefOffset () |
Mark phaseRefOffset, which is an optional field, as non-existent. | |
Tag | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
int | getFeedId () |
Get feedId. | |
void | setFeedId (int feedId) throws IllegalAccessException |
Set feedId with the specified int value. | |
Tag | getSpectralWindowId () |
Get spectralWindowId. | |
void | setSpectralWindowId (Tag spectralWindowId) throws IllegalAccessException |
Set spectralWindowId with the specified Tag value. | |
SpectralWindowRow | getSpectralWindowUsingSpectralWindowId () |
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId. | |
AntennaRow | getAntennaUsingAntennaId () |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId. | |
FeedRow[] | getFeeds () throws InvalidAccessException, NoSuchRow |
Get the collection of rows in the Feed table having feedId == this.feedId. | |
boolean | compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval, float attenuator, Interval delayoff1, Interval delayoff2, Angle phaseoff1, Angle phaseoff2, AngularRate rateoff1, AngularRate rateoff2) |
Compare each attribute except the autoincrementable one of this GainTrackingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (GainTrackingRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (float attenuator, Interval delayoff1, Interval delayoff2, Angle phaseoff1, Angle phaseoff2, AngularRate rateoff1, AngularRate rateoff2) |
Package Functions | |
GainTrackingRow (GainTrackingTable table) | |
Create a GainTrackingRow. | |
GainTrackingRow (GainTrackingTable table, GainTrackingRow row) | |
Creates a GainTrackingRow 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. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a GainTrackingRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a GainTrackingRow using a copy constructor mechanism. Given a GainTrackingRow row and a GainTrackingTable table, the method creates a new GainTrackingRow 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 phaseRefOffset, which is an optional field, as non-existent.
|
|
Mark samplingLevel, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this GainTrackingRow 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 antennaId.
|
|
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId.
|
|
Get attenuator.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get delayoff1.
|
|
Get delayoff2.
|
|
Get feedId.
|
|
Get phaseoff1.
|
|
Get phaseoff2.
|
|
Get phaseRefOffset, which is optional.
|
|
Get rateoff1.
|
|
Get rateoff2.
|
|
Get samplingLevel, which is optional.
|
|
Get spectralWindowId.
|
|
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId.
|
|
Return the table to which this row belongs.
|
|
Get timeInterval.
|
|
The attribute phaseRefOffset is optional. Return true if this attribute exists.
|
|
The attribute samplingLevel is optional. Return true if this attribute exists.
|
|
Set antennaId with the specified Tag value.
|
|
Set attenuator with the specified float value.
|
|
Set delayoff1 with the specified Interval value.
|
|
Set delayoff2 with the specified Interval value.
|
|
Set feedId with the specified int value.
|
|
Fill the values of this row from the IDL struct GainTrackingRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set phaseoff1 with the specified Angle value.
|
|
Set phaseoff2 with the specified Angle value.
|
|
Set phaseRefOffset with the specified Angle value.
|
|
Set rateoff1 with the specified AngularRate value.
|
|
Set rateoff2 with the specified AngularRate value.
|
|
Set samplingLevel with the specified float value.
|
|
Set spectralWindowId with the specified Tag value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|