Generated from model's revision 1.41, 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) |
Set antennaMake with the specified AntennaMake value. | |
int | getNumScrew () |
Get numScrew. | |
void | setNumScrew (int numScrew) |
Set numScrew with the specified int value. | |
int | getNumReceptor () |
Get numReceptor. | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int value. | |
ArrayTime | getStartValidTime () |
Get startValidTime. | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime value. | |
ArrayTime | getEndValidTime () |
Get endValidTime. | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime value. | |
Length[] | getFocusPosition () |
Get focusPosition. | |
void | setFocusPosition (Length[] focusPosition) |
Set focusPosition with the specified Length[] value. | |
Length | getRawRms () |
Get rawRms. | |
void | setRawRms (Length rawRms) |
Set rawRms with the specified Length value. | |
Length | getWeightedRms () |
Get weightedRms. | |
void | setWeightedRms (Length weightedRms) |
Set weightedRms with the specified Length value. | |
String[] | getScrewName () |
Get screwName. | |
void | setScrewName (String[] screwName) |
Set screwName with the specified String[] value. | |
Length[] | getScrewMotion () |
Get screwMotion. | |
void | setScrewMotion (Length[] screwMotion) |
Set screwMotion with the specified Length[] value. | |
Length[] | getScrewMotionError () |
Get screwMotionError. | |
void | setScrewMotionError (Length[] screwMotionError) |
Set screwMotionError with the specified Length[] value. | |
int | getPanelModes () |
Get panelModes. | |
void | setPanelModes (int panelModes) |
Set panelModes with the specified int value. | |
Frequency[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) |
Set frequencyRange with the specified Frequency[] value. | |
EntityRef | getBeamMapUID () |
Get beamMapUID. | |
void | setBeamMapUID (EntityRef beamMapUID) |
Set beamMapUID with the specified EntityRef value. | |
EntityRef | getSurfaceMapUID () |
Get surfaceMapUID. | |
void | setSurfaceMapUID (EntityRef surfaceMapUID) |
Set surfaceMapUID with the specified EntityRef value. | |
PolarizationType[] | getPolarizationTypes () |
Get polarizationTypes. | |
void | setPolarizationTypes (PolarizationType[] polarizationTypes) |
Set polarizationTypes with the specified PolarizationType[] value. | |
ReceiverBand | getReceiverBand () |
Get receiverBand. | |
void | setReceiverBand (ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBand value. | |
Angle[] | getDirection () |
Get direction. | |
void | setDirection (Angle[] direction) |
Set direction with the specified Angle[] value. | |
Temperature | getAmbientTemperature () |
Get ambientTemperature. | |
void | setAmbientTemperature (Temperature ambientTemperature) |
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. |
alma.asdm.CalHolographyRow.CalHolographyRow | ( | CalHolographyTable | table | ) | [package] |
Create a CalHolographyRow.
This constructor has package access because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
alma.asdm.CalHolographyRow.CalHolographyRow | ( | CalHolographyTable | table, | |
CalHolographyRow | row | |||
) | [package] |
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.
table | The table to which this row belongs. | |
row | The row which is to be copied. |
CalHolographyRowIDL alma.asdm.CalHolographyRow.toIDL | ( | ) |
Return this row in the form of an IDL struct.
void alma.asdm.CalHolographyRow.setFromIDL | ( | CalHolographyRowIDL | x | ) | throws ConversionException |
Fill the values of this row from the IDL struct CalHolographyRowIDL.
x | The IDL struct containing the values used to fill this row. |
String alma.asdm.CalHolographyRow.toXML | ( | ) | throws ConversionException |
Return this row in the form of an XML string.
ConversionException. |
void alma.asdm.CalHolographyRow.setFromXML | ( | String | rowDoc | ) | throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
ConversionException. |
String alma.asdm.CalHolographyRow.getAntennaName | ( | ) |
Get antennaName.
void alma.asdm.CalHolographyRow.setAntennaName | ( | String | antennaName | ) | throws IllegalAccessException |
Set antennaName with the specified String value.
antennaName | The String value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
AntennaMake alma.asdm.CalHolographyRow.getAntennaMake | ( | ) |
Get antennaMake.
void alma.asdm.CalHolographyRow.setAntennaMake | ( | AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMake value.
antennaMake | The AntennaMake value to which antennaMake is to be set. |
int alma.asdm.CalHolographyRow.getNumScrew | ( | ) |
Get numScrew.
void alma.asdm.CalHolographyRow.setNumScrew | ( | int | numScrew | ) |
Set numScrew with the specified int value.
numScrew | The int value to which numScrew is to be set. |
int alma.asdm.CalHolographyRow.getNumReceptor | ( | ) |
Get numReceptor.
void alma.asdm.CalHolographyRow.setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int value.
numReceptor | The int value to which numReceptor is to be set. |
ArrayTime alma.asdm.CalHolographyRow.getStartValidTime | ( | ) |
Get startValidTime.
void alma.asdm.CalHolographyRow.setStartValidTime | ( | ArrayTime | startValidTime | ) |
Set startValidTime with the specified ArrayTime value.
startValidTime | The ArrayTime value to which startValidTime is to be set. |
ArrayTime alma.asdm.CalHolographyRow.getEndValidTime | ( | ) |
Get endValidTime.
void alma.asdm.CalHolographyRow.setEndValidTime | ( | ArrayTime | endValidTime | ) |
Set endValidTime with the specified ArrayTime value.
endValidTime | The ArrayTime value to which endValidTime is to be set. |
Length [] alma.asdm.CalHolographyRow.getFocusPosition | ( | ) |
Get focusPosition.
void alma.asdm.CalHolographyRow.setFocusPosition | ( | Length[] | focusPosition | ) |
Set focusPosition with the specified Length[] value.
focusPosition | The Length[] value to which focusPosition is to be set. |
Length alma.asdm.CalHolographyRow.getRawRms | ( | ) |
Get rawRms.
void alma.asdm.CalHolographyRow.setRawRms | ( | Length | rawRms | ) |
Set rawRms with the specified Length value.
rawRms | The Length value to which rawRms is to be set. |
Length alma.asdm.CalHolographyRow.getWeightedRms | ( | ) |
Get weightedRms.
void alma.asdm.CalHolographyRow.setWeightedRms | ( | Length | weightedRms | ) |
Set weightedRms with the specified Length value.
weightedRms | The Length value to which weightedRms is to be set. |
String [] alma.asdm.CalHolographyRow.getScrewName | ( | ) |
Get screwName.
void alma.asdm.CalHolographyRow.setScrewName | ( | String[] | screwName | ) |
Set screwName with the specified String[] value.
screwName | The String[] value to which screwName is to be set. |
Length [] alma.asdm.CalHolographyRow.getScrewMotion | ( | ) |
Get screwMotion.
void alma.asdm.CalHolographyRow.setScrewMotion | ( | Length[] | screwMotion | ) |
Set screwMotion with the specified Length[] value.
screwMotion | The Length[] value to which screwMotion is to be set. |
Length [] alma.asdm.CalHolographyRow.getScrewMotionError | ( | ) |
Get screwMotionError.
void alma.asdm.CalHolographyRow.setScrewMotionError | ( | Length[] | screwMotionError | ) |
Set screwMotionError with the specified Length[] value.
screwMotionError | The Length[] value to which screwMotionError is to be set. |
int alma.asdm.CalHolographyRow.getPanelModes | ( | ) |
Get panelModes.
void alma.asdm.CalHolographyRow.setPanelModes | ( | int | panelModes | ) |
Set panelModes with the specified int value.
panelModes | The int value to which panelModes is to be set. |
Frequency [] alma.asdm.CalHolographyRow.getFrequencyRange | ( | ) |
Get frequencyRange.
void alma.asdm.CalHolographyRow.setFrequencyRange | ( | Frequency[] | frequencyRange | ) |
Set frequencyRange with the specified Frequency[] value.
frequencyRange | The Frequency[] value to which frequencyRange is to be set. |
EntityRef alma.asdm.CalHolographyRow.getBeamMapUID | ( | ) |
Get beamMapUID.
void alma.asdm.CalHolographyRow.setBeamMapUID | ( | EntityRef | beamMapUID | ) |
Set beamMapUID with the specified EntityRef value.
beamMapUID | The EntityRef value to which beamMapUID is to be set. |
EntityRef alma.asdm.CalHolographyRow.getSurfaceMapUID | ( | ) |
Get surfaceMapUID.
void alma.asdm.CalHolographyRow.setSurfaceMapUID | ( | EntityRef | surfaceMapUID | ) |
Set surfaceMapUID with the specified EntityRef value.
surfaceMapUID | The EntityRef value to which surfaceMapUID is to be set. |
PolarizationType [] alma.asdm.CalHolographyRow.getPolarizationTypes | ( | ) |
Get polarizationTypes.
void alma.asdm.CalHolographyRow.setPolarizationTypes | ( | PolarizationType[] | polarizationTypes | ) |
Set polarizationTypes with the specified PolarizationType[] value.
polarizationTypes | The PolarizationType[] value to which polarizationTypes is to be set. |
ReceiverBand alma.asdm.CalHolographyRow.getReceiverBand | ( | ) |
Get receiverBand.
void alma.asdm.CalHolographyRow.setReceiverBand | ( | ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBand value.
receiverBand | The ReceiverBand value to which receiverBand is to be set. |
Angle [] alma.asdm.CalHolographyRow.getDirection | ( | ) |
Get direction.
void alma.asdm.CalHolographyRow.setDirection | ( | Angle[] | direction | ) |
Set direction with the specified Angle[] value.
direction | The Angle[] value to which direction is to be set. |
Temperature alma.asdm.CalHolographyRow.getAmbientTemperature | ( | ) |
Get ambientTemperature.
void alma.asdm.CalHolographyRow.setAmbientTemperature | ( | Temperature | ambientTemperature | ) |
Set ambientTemperature with the specified Temperature value.
ambientTemperature | The Temperature value to which ambientTemperature is to be set. |
Tag alma.asdm.CalHolographyRow.getCalDataId | ( | ) |
Get calDataId.
void alma.asdm.CalHolographyRow.setCalDataId | ( | Tag | calDataId | ) | throws IllegalAccessException |
Set calDataId with the specified Tag value.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
Tag alma.asdm.CalHolographyRow.getCalReductionId | ( | ) |
Get calReductionId.
void alma.asdm.CalHolographyRow.setCalReductionId | ( | Tag | calReductionId | ) | throws IllegalAccessException |
Set calReductionId with the specified Tag value.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
CalReductionRow alma.asdm.CalHolographyRow.getCalReductionUsingCalReductionId | ( | ) |
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
CalDataRow alma.asdm.CalHolographyRow.getCalDataUsingCalDataId | ( | ) |
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
boolean alma.asdm.CalHolographyRow.equalByRequiredValue | ( | CalHolographyRow | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | the CalHolographyRow whose required attributes of the value part will be compared with those of this. |
Object [] alma.asdm.CalHolographyRow.getAttributesValues | ( | ) | [package, virtual] |
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.