Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalDelayTable | getTable () |
Return the table to which this row belongs. | |
CalDelayRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalDelayRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalDelayRowIDL. | |
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. | |
BasebandName | getBasebandName () |
Get basebandName. | |
void | setBasebandName (BasebandName basebandName) throws IllegalAccessException |
Set basebandName with the specified BasebandName value. | |
int | getNumReceptor () |
Get numReceptor. | |
void | setNumReceptor (int numReceptor) throws IllegalAccessException |
Set numReceptor with the specified int value. | |
String | getRefAntennaName () |
Get refAntennaName. | |
void | setRefAntennaName (String refAntennaName) throws IllegalAccessException |
Set refAntennaName with the specified String value. | |
ReceiverBand | getReceiverBand () |
Get receiverBand. | |
void | setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException |
Set receiverBand with the specified ReceiverBand value. | |
PolarizationType[] | getPolarizationTypes () |
Get polarizationTypes. | |
void | setPolarizationTypes (PolarizationType[] polarizationTypes) throws IllegalAccessException |
Set polarizationTypes with the specified PolarizationType[] 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. | |
double[] | getDelayOffset () |
Get delayOffset. | |
void | setDelayOffset (double[] delayOffset) throws IllegalAccessException |
Set delayOffset with the specified double[] value. | |
double[] | getDelayError () |
Get delayError. | |
void | setDelayError (double[] delayError) throws IllegalAccessException |
Set delayError with the specified double[] value. | |
double | getCrossDelayOffset () |
Get crossDelayOffset. | |
void | setCrossDelayOffset (double crossDelayOffset) throws IllegalAccessException |
Set crossDelayOffset with the specified double value. | |
double | getCrossDelayOffsetError () |
Get crossDelayOffsetError. | |
void | setCrossDelayOffsetError (double crossDelayOffsetError) throws IllegalAccessException |
Set crossDelayOffsetError with the specified double 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, String antennaName, BasebandName basebandName, int numReceptor, String refAntennaName, ReceiverBand receiverBand, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, double[] delayOffset, double[] delayError, double crossDelayOffset, double crossDelayOffsetError) |
Compare each attribute except the autoincrementable one of this CalDelayRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalDelayRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numReceptor, String refAntennaName, ReceiverBand receiverBand, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, double[] delayOffset, double[] delayError, double crossDelayOffset, double crossDelayOffsetError) |
Package Functions | |
CalDelayRow (CalDelayTable table) | |
Create a CalDelayRow. | |
CalDelayRow (CalDelayTable table, CalDelayRow row) | |
Creates a CalDelayRow 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 CalDelayRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalDelayRow using a copy constructor mechanism. Given a CalDelayRow row and a CalDelayTable table, the method creates a new CalDelayRow 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 CalDelayRow 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 basebandName.
|
|
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 crossDelayOffset.
|
|
Get crossDelayOffsetError.
|
|
Get delayError.
|
|
Get delayOffset.
|
|
Get endValidTime.
|
|
Get numReceptor.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get refAntennaName.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs.
|
|
Set antennaName with the specified String value.
|
|
Set basebandName with the specified BasebandName value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set crossDelayOffset with the specified double value.
|
|
Set crossDelayOffsetError with the specified double value.
|
|
Set delayError with the specified double[] value.
|
|
Set delayOffset with the specified double[] value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Fill the values of this row from the IDL struct CalDelayRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numReceptor with the specified int value.
|
|
Set polarizationTypes with the specified PolarizationType[] value.
|
|
Set receiverBand with the specified ReceiverBand value.
|
|
Set refAntennaName with the specified String value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|