Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalHolographyTable | getTable () |
Return the table to which this row belongs. | |
CalHolographyRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalHolographyRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalHolographyRowIDL. | |
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. | |
AntennaMake | getAntennaMake () |
Get antennaMake. | |
void | setAntennaMake (AntennaMake antennaMake) throws IllegalAccessException |
Set antennaMake with the specified AntennaMake value. | |
int | getNumScrew () |
Get numScrew. | |
void | setNumScrew (int numScrew) throws IllegalAccessException |
Set numScrew with the specified int value. | |
int | getNumReceptor () |
Get numReceptor. | |
void | setNumReceptor (int numReceptor) throws IllegalAccessException |
Set numReceptor 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[] | getFocusPosition () |
Get focusPosition. | |
void | setFocusPosition (Length[] focusPosition) throws IllegalAccessException |
Set focusPosition with the specified Length[] value. | |
Length | getRawRms () |
Get rawRms. | |
void | setRawRms (Length rawRms) throws IllegalAccessException |
Set rawRms with the specified Length value. | |
Length | getWeightedRms () |
Get weightedRms. | |
void | setWeightedRms (Length weightedRms) throws IllegalAccessException |
Set weightedRms with the specified Length value. | |
String[] | getScrewName () |
Get screwName. | |
void | setScrewName (String[] screwName) throws IllegalAccessException |
Set screwName with the specified String[] value. | |
Length[] | getScrewMotion () |
Get screwMotion. | |
void | setScrewMotion (Length[] screwMotion) throws IllegalAccessException |
Set screwMotion with the specified Length[] value. | |
Length[] | getScrewMotionError () |
Get screwMotionError. | |
void | setScrewMotionError (Length[] screwMotionError) throws IllegalAccessException |
Set screwMotionError with the specified Length[] value. | |
int | getPanelModes () |
Get panelModes. | |
void | setPanelModes (int panelModes) throws IllegalAccessException |
Set panelModes with the specified int value. | |
Frequency[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException |
Set frequencyRange with the specified Frequency[] value. | |
EntityRef | getBeamMapUID () |
Get beamMapUID. | |
void | setBeamMapUID (EntityRef beamMapUID) throws IllegalAccessException |
Set beamMapUID with the specified EntityRef value. | |
EntityRef | getSurfaceMapUID () |
Get surfaceMapUID. | |
void | setSurfaceMapUID (EntityRef surfaceMapUID) throws IllegalAccessException |
Set surfaceMapUID with the specified EntityRef value. | |
PolarizationType[] | getPolarizationTypes () |
Get polarizationTypes. | |
void | setPolarizationTypes (PolarizationType[] polarizationTypes) throws IllegalAccessException |
Set polarizationTypes with the specified PolarizationType[] value. | |
ReceiverBand | getReceiverBand () |
Get receiverBand. | |
void | setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException |
Set receiverBand with the specified ReceiverBand value. | |
Angle[] | getDirection () |
Get direction. | |
void | setDirection (Angle[] direction) throws IllegalAccessException |
Set direction with the specified Angle[] value. | |
Temperature | getAmbientTemperature () |
Get ambientTemperature. | |
void | setAmbientTemperature (Temperature ambientTemperature) throws IllegalAccessException |
Set ambientTemperature with the specified Temperature 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, AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusPosition, Length rawRms, Length weightedRms, String[] screwName, Length[] screwMotion, Length[] screwMotionError, int panelModes, Frequency[] frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, PolarizationType[] polarizationTypes, ReceiverBand receiverBand, Angle[] direction, Temperature ambientTemperature) |
Compare each attribute except the autoincrementable one of this CalHolographyRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalHolographyRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusPosition, Length rawRms, Length weightedRms, String[] screwName, Length[] screwMotion, Length[] screwMotionError, int panelModes, Frequency[] frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, PolarizationType[] polarizationTypes, ReceiverBand receiverBand, Angle[] direction, Temperature ambientTemperature) |
Package Functions | |
CalHolographyRow (CalHolographyTable table) | |
Create a CalHolographyRow. | |
CalHolographyRow (CalHolographyTable table, CalHolographyRow row) | |
Creates a CalHolographyRow 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 CalHolographyRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalHolographyRow using a copy constructor mechanism. Given a CalHolographyRow row and a CalHolographyTable table, the method creates a new CalHolographyRow 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 CalHolographyRow 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 ambientTemperature.
|
|
Get antennaMake.
|
|
Get antennaName.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get beamMapUID.
|
|
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 direction.
|
|
Get endValidTime.
|
|
Get focusPosition.
|
|
Get frequencyRange.
|
|
Get numReceptor.
|
|
Get numScrew.
|
|
Get panelModes.
|
|
Get polarizationTypes.
|
|
Get rawRms.
|
|
Get receiverBand.
|
|
Get screwMotion.
|
|
Get screwMotionError.
|
|
Get screwName.
|
|
Get startValidTime.
|
|
Get surfaceMapUID.
|
|
Return the table to which this row belongs.
|
|
Get weightedRms.
|
|
Set ambientTemperature with the specified Temperature value.
|
|
Set antennaMake with the specified AntennaMake value.
|
|
Set antennaName with the specified String value.
|
|
Set beamMapUID with the specified EntityRef value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set direction with the specified Angle[] value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set focusPosition with the specified Length[] value.
|
|
Set frequencyRange with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct CalHolographyRowIDL.
|
|
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 numScrew with the specified int value.
|
|
Set panelModes with the specified int value.
|
|
Set polarizationTypes with the specified PolarizationType[] value.
|
|
Set rawRms with the specified Length value.
|
|
Set receiverBand with the specified ReceiverBand value.
|
|
Set screwMotion with the specified Length[] value.
|
|
Set screwMotionError with the specified Length[] value.
|
|
Set screwName with the specified String[] value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set surfaceMapUID with the specified EntityRef value.
|
|
Set weightedRms 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.
|