Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalPositionTable | getTable () |
Return the table to which this row belongs. | |
CalPositionRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalPositionRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalPositionRowIDL. | |
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 | getNumAntenna () |
Get numAntenna. | |
void | setNumAntenna (int numAntenna) throws IllegalAccessException |
Set numAntenna 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. | |
Length[] | getPositionOffset () |
Get positionOffset. | |
void | setPositionOffset (Length[] positionOffset) throws IllegalAccessException |
Set positionOffset with the specified Length[] value. | |
Length[] | getPositionErr () |
Get positionErr. | |
void | setPositionErr (Length[] positionErr) throws IllegalAccessException |
Set positionErr with the specified Length[] value. | |
Interval | getDelayRms () |
Get delayRms. | |
void | setDelayRms (Interval delayRms) throws IllegalAccessException |
Set delayRms with the specified Interval value. | |
Angle | getPhaseRms () |
Get phaseRms. | |
void | setPhaseRms (Angle phaseRms) throws IllegalAccessException |
Set phaseRms with the specified Angle value. | |
Length | getAxesOffset () |
Get axesOffset. | |
void | setAxesOffset (Length axesOffset) throws IllegalAccessException |
Set axesOffset with the specified Length value. | |
boolean | getAxesOffsetFixed () |
Get axesOffsetFixed. | |
void | setAxesOffsetFixed (boolean axesOffsetFixed) throws IllegalAccessException |
Set axesOffsetFixed with the specified boolean value. | |
Length | getAxesOffsetErr () |
Get axesOffsetErr. | |
void | setAxesOffsetErr (Length axesOffsetErr) throws IllegalAccessException |
Set axesOffsetErr with the specified Length value. | |
PositionMethod | getPositionMethod () |
Get positionMethod. | |
void | setPositionMethod (PositionMethod positionMethod) throws IllegalAccessException |
Set positionMethod with the specified PositionMethod value. | |
String[] | getRefAntennaNames () |
Get refAntennaNames. | |
void | setRefAntennaNames (String[] refAntennaNames) throws IllegalAccessException |
Set refAntennaNames with the specified String[] value. | |
String | getStationName () |
Get stationName. | |
void | setStationName (String stationName) throws IllegalAccessException |
Set stationName with the specified String value. | |
Length[] | getAntennaPosition () |
Get antennaPosition. | |
void | setAntennaPosition (Length[] antennaPosition) throws IllegalAccessException |
Set antennaPosition with the specified Length[] value. | |
Length[] | getStationPosition () |
Get stationPosition. | |
void | setStationPosition (Length[] stationPosition) throws IllegalAccessException |
Set stationPosition with the specified Length[] 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, int numAntenna, ArrayTime startValidTime, ArrayTime endValidTime, Length[] positionOffset, Length[] positionErr, Interval delayRms, Angle phaseRms, Length axesOffset, boolean axesOffsetFixed, Length axesOffsetErr, PositionMethod positionMethod, String[] refAntennaNames, String stationName, Length[] antennaPosition, Length[] stationPosition) |
Compare each attribute except the autoincrementable one of this CalPositionRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalPositionRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numAntenna, ArrayTime startValidTime, ArrayTime endValidTime, Length[] positionOffset, Length[] positionErr, Interval delayRms, Angle phaseRms, Length axesOffset, boolean axesOffsetFixed, Length axesOffsetErr, PositionMethod positionMethod, String[] refAntennaNames, String stationName, Length[] antennaPosition, Length[] stationPosition) |
Package Functions | |
CalPositionRow (CalPositionTable table) | |
Create a CalPositionRow. | |
CalPositionRow (CalPositionTable table, CalPositionRow row) | |
Creates a CalPositionRow 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 CalPositionRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalPositionRow using a copy constructor mechanism. Given a CalPositionRow row and a CalPositionTable table, the method creates a new CalPositionRow 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 CalPositionRow 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.
|
|
Get antennaPosition.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get axesOffset.
|
|
Get axesOffsetErr.
|
|
Get axesOffsetFixed.
|
|
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 delayRms.
|
|
Get endValidTime.
|
|
Get numAntenna.
|
|
Get phaseRms.
|
|
Get positionErr.
|
|
Get positionMethod.
|
|
Get positionOffset.
|
|
Get refAntennaNames.
|
|
Get startValidTime.
|
|
Get stationName.
|
|
Get stationPosition.
|
|
Return the table to which this row belongs.
|
|
Set antennaName with the specified String value.
|
|
Set antennaPosition with the specified Length[] value.
|
|
Set axesOffset with the specified Length value.
|
|
Set axesOffsetErr with the specified Length value.
|
|
Set axesOffsetFixed with the specified boolean value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set delayRms with the specified Interval value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Fill the values of this row from the IDL struct CalPositionRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numAntenna with the specified int value.
|
|
Set phaseRms with the specified Angle value.
|
|
Set positionErr with the specified Length[] value.
|
|
Set positionMethod with the specified PositionMethod value.
|
|
Set positionOffset with the specified Length[] value.
|
|
Set refAntennaNames with the specified String[] value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set stationName with the specified String value.
|
|
Set stationPosition with the specified Length[] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|