alma.asdm.CalHolographyRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalHolographyRow class is a row of a CalHolographyTable.

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.


Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
table The table to which this row belongs.
row The row which is to be copied.


Member Function Documentation

boolean alma.asdm.CalHolographyRow.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 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.

Parameters:
x the CalHolographyRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Temperature alma.asdm.CalHolographyRow.getAmbientTemperature  ) 
 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

AntennaMake alma.asdm.CalHolographyRow.getAntennaMake  ) 
 

Get antennaMake.

Returns:
antennaMake as AntennaMake

String alma.asdm.CalHolographyRow.getAntennaName  ) 
 

Get antennaName.

Returns:
antennaName as String

Object [] alma.asdm.CalHolographyRow.getAttributesValues  )  [package, virtual]
 

Returns all the attributes of an attribute of an ASDM table as an array of Object.

Returns:
an array of Object.

Implements alma.asdm.ASDMRow.

EntityRef alma.asdm.CalHolographyRow.getBeamMapUID  ) 
 

Get beamMapUID.

Returns:
beamMapUID as EntityRef

Tag alma.asdm.CalHolographyRow.getCalDataId  ) 
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow alma.asdm.CalHolographyRow.getCalDataUsingCalDataId  ) 
 

Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.

Returns:
a CalDataRow

Tag alma.asdm.CalHolographyRow.getCalReductionId  ) 
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow alma.asdm.CalHolographyRow.getCalReductionUsingCalReductionId  ) 
 

Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.

Returns:
a CalReductionRow

Angle [] alma.asdm.CalHolographyRow.getDirection  ) 
 

Get direction.

Returns:
direction as Angle[]

ArrayTime alma.asdm.CalHolographyRow.getEndValidTime  ) 
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

Length [] alma.asdm.CalHolographyRow.getFocusPosition  ) 
 

Get focusPosition.

Returns:
focusPosition as Length[]

Frequency [] alma.asdm.CalHolographyRow.getFrequencyRange  ) 
 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

int alma.asdm.CalHolographyRow.getNumReceptor  ) 
 

Get numReceptor.

Returns:
numReceptor as int

int alma.asdm.CalHolographyRow.getNumScrew  ) 
 

Get numScrew.

Returns:
numScrew as int

int alma.asdm.CalHolographyRow.getPanelModes  ) 
 

Get panelModes.

Returns:
panelModes as int

PolarizationType [] alma.asdm.CalHolographyRow.getPolarizationTypes  ) 
 

Get polarizationTypes.

Returns:
polarizationTypes as PolarizationType[]

Length alma.asdm.CalHolographyRow.getRawRms  ) 
 

Get rawRms.

Returns:
rawRms as Length

ReceiverBand alma.asdm.CalHolographyRow.getReceiverBand  ) 
 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

Length [] alma.asdm.CalHolographyRow.getScrewMotion  ) 
 

Get screwMotion.

Returns:
screwMotion as Length[]

Length [] alma.asdm.CalHolographyRow.getScrewMotionError  ) 
 

Get screwMotionError.

Returns:
screwMotionError as Length[]

String [] alma.asdm.CalHolographyRow.getScrewName  ) 
 

Get screwName.

Returns:
screwName as String[]

ArrayTime alma.asdm.CalHolographyRow.getStartValidTime  ) 
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

EntityRef alma.asdm.CalHolographyRow.getSurfaceMapUID  ) 
 

Get surfaceMapUID.

Returns:
surfaceMapUID as EntityRef

CalHolographyTable alma.asdm.CalHolographyRow.getTable  ) 
 

Return the table to which this row belongs.

Length alma.asdm.CalHolographyRow.getWeightedRms  ) 
 

Get weightedRms.

Returns:
weightedRms as Length

void alma.asdm.CalHolographyRow.setAmbientTemperature Temperature  ambientTemperature  )  throws IllegalAccessException
 

Set ambientTemperature with the specified Temperature value.

Parameters:
ambientTemperature The Temperature value to which ambientTemperature is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setAntennaMake AntennaMake  antennaMake  )  throws IllegalAccessException
 

Set antennaMake with the specified AntennaMake value.

Parameters:
antennaMake The AntennaMake value to which antennaMake is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setAntennaName String  antennaName  )  throws IllegalAccessException
 

Set antennaName with the specified String value.

Parameters:
antennaName The String value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setBeamMapUID EntityRef  beamMapUID  )  throws IllegalAccessException
 

Set beamMapUID with the specified EntityRef value.

Parameters:
beamMapUID The EntityRef value to which beamMapUID is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setCalDataId Tag  calDataId  )  throws IllegalAccessException
 

Set calDataId with the specified Tag value.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setCalReductionId Tag  calReductionId  )  throws IllegalAccessException
 

Set calReductionId with the specified Tag value.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setDirection Angle[]  direction  )  throws IllegalAccessException
 

Set direction with the specified Angle[] value.

Parameters:
direction The Angle[] value to which direction is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setEndValidTime ArrayTime  endValidTime  )  throws IllegalAccessException
 

Set endValidTime with the specified ArrayTime value.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setFocusPosition Length[]  focusPosition  )  throws IllegalAccessException
 

Set focusPosition with the specified Length[] value.

Parameters:
focusPosition The Length[] value to which focusPosition is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setFrequencyRange Frequency[]  frequencyRange  )  throws IllegalAccessException
 

Set frequencyRange with the specified Frequency[] value.

Parameters:
frequencyRange The Frequency[] value to which frequencyRange is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setFromIDL CalHolographyRowIDL  x  )  throws ConversionException
 

Fill the values of this row from the IDL struct CalHolographyRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.

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.

Parameters:
x The XML string being used to set the values of this row.
Exceptions:
ConversionException. 

void alma.asdm.CalHolographyRow.setNumReceptor int  numReceptor  )  throws IllegalAccessException
 

Set numReceptor with the specified int value.

Parameters:
numReceptor The int value to which numReceptor is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setNumScrew int  numScrew  )  throws IllegalAccessException
 

Set numScrew with the specified int value.

Parameters:
numScrew The int value to which numScrew is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setPanelModes int  panelModes  )  throws IllegalAccessException
 

Set panelModes with the specified int value.

Parameters:
panelModes The int value to which panelModes is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setPolarizationTypes PolarizationType[]  polarizationTypes  )  throws IllegalAccessException
 

Set polarizationTypes with the specified PolarizationType[] value.

Parameters:
polarizationTypes The PolarizationType[] value to which polarizationTypes is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setRawRms Length  rawRms  )  throws IllegalAccessException
 

Set rawRms with the specified Length value.

Parameters:
rawRms The Length value to which rawRms is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setReceiverBand ReceiverBand  receiverBand  )  throws IllegalAccessException
 

Set receiverBand with the specified ReceiverBand value.

Parameters:
receiverBand The ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setScrewMotion Length[]  screwMotion  )  throws IllegalAccessException
 

Set screwMotion with the specified Length[] value.

Parameters:
screwMotion The Length[] value to which screwMotion is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setScrewMotionError Length[]  screwMotionError  )  throws IllegalAccessException
 

Set screwMotionError with the specified Length[] value.

Parameters:
screwMotionError The Length[] value to which screwMotionError is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setScrewName String[]  screwName  )  throws IllegalAccessException
 

Set screwName with the specified String[] value.

Parameters:
screwName The String[] value to which screwName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setStartValidTime ArrayTime  startValidTime  )  throws IllegalAccessException
 

Set startValidTime with the specified ArrayTime value.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setSurfaceMapUID EntityRef  surfaceMapUID  )  throws IllegalAccessException
 

Set surfaceMapUID with the specified EntityRef value.

Parameters:
surfaceMapUID The EntityRef value to which surfaceMapUID is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void alma.asdm.CalHolographyRow.setWeightedRms Length  weightedRms  )  throws IllegalAccessException
 

Set weightedRms with the specified Length value.

Parameters:
weightedRms The Length value to which weightedRms is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

CalHolographyRowIDL alma.asdm.CalHolographyRow.toIDL  ) 
 

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalHolographyRowIDL struct.

String alma.asdm.CalHolographyRow.toXML  )  throws ConversionException
 

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
Exceptions:
ConversionException. 


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:46:44 2008 for ASDM Java Implementation by doxygen 1.3.8