alma.asdm.CalPhaseRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalPhaseRow class is a row of a CalPhaseTable.

Generated from model's revision 1.41, branch HEAD


Public Member Functions

CalPhaseTable getTable ()
 Return the table to which this row belongs.
CalPhaseRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalPhaseRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalPhaseRowIDL.
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.
BasebandName getBasebandName ()
 Get basebandName.
void setBasebandName (BasebandName basebandName) throws IllegalAccessException
 Set basebandName with the specified BasebandName value.
int getNumBaseline ()
 Get numBaseline.
void setNumBaseline (int numBaseline)
 Set numBaseline with the specified int value.
int getNumAPC ()
 Get numAPC.
void setNumAPC (int numAPC)
 Set numAPC with the specified int value.
int getNumReceptor ()
 Get numReceptor.
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBand value.
String[][] getAntennaNames ()
 Get antennaNames.
void setAntennaNames (String[][] antennaNames)
 Set antennaNames with the specified String[][] value.
AtmPhaseCorrection[] getAtmPhaseCorrections ()
 Get atmPhaseCorrections.
void setAtmPhaseCorrections (AtmPhaseCorrection[] atmPhaseCorrections)
 Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.
PolarizationType[] getPolarizationTypes ()
 Get polarizationTypes.
void setPolarizationTypes (PolarizationType[] polarizationTypes)
 Set polarizationTypes with the specified PolarizationType[] 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.
Frequency[] getFrequencyRange ()
 Get frequencyRange.
void setFrequencyRange (Frequency[] frequencyRange)
 Set frequencyRange with the specified Frequency[] value.
float[][][] getAmpli ()
 Get ampli.
void setAmpli (float[][][] ampli)
 Set ampli with the specified float[][][] value.
float[][][] getPhase ()
 Get phase.
void setPhase (float[][][] phase)
 Set phase with the specified float[][][] value.
Angle[][][] getPhaseRms ()
 Get phaseRms.
void setPhaseRms (Angle[][][] phaseRms)
 Set phaseRms with the specified Angle[][][] value.
Angle[][] getStatPhaseRms ()
 Get statPhaseRms.
void setStatPhaseRms (Angle[][] statPhaseRms)
 Set statPhaseRms with the specified Angle[][] value.
boolean isCorrectionValidityExists ()
 The attribute correctionValidity is optional.
boolean[] getCorrectionValidity () throws IllegalAccessException
 Get correctionValidity, which is optional.
void setCorrectionValidity (boolean[] correctionValidity)
 Set correctionValidity with the specified boolean[] value.
void clearCorrectionValidity ()
 Mark correctionValidity, which is an optional field, as non-existent.
float[][] getDecorrelationFactor ()
 Get decorrelationFactor.
void setDecorrelationFactor (float[][] decorrelationFactor)
 Set decorrelationFactor with the specified float[][] value.
Length[] getBaselineLengths ()
 Get baselineLengths.
void setBaselineLengths (Length[] baselineLengths)
 Set baselineLengths with the specified Length[] value.
Angle[] getDirection ()
 Get direction.
void setDirection (Angle[] direction)
 Set direction with the specified Angle[] 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.
CalDataRow getCalDataUsingCalDataId ()
 Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
CalReductionRow getCalReductionUsingCalReductionId ()
 Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
boolean compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandName basebandName, int numBaseline, int numAPC, int numReceptor, ReceiverBand receiverBand, String[][] antennaNames, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, float[][][] ampli, float[][][] phase, Angle[][][] phaseRms, Angle[][] statPhaseRms, float[][] decorrelationFactor, Length[] baselineLengths, Angle[] direction)
 Compare each attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalPhaseRow x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
boolean compareRequiredValue (int numBaseline, int numAPC, int numReceptor, ReceiverBand receiverBand, String[][] antennaNames, AtmPhaseCorrection[] atmPhaseCorrections, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, float[][][] ampli, float[][][] phase, Angle[][][] phaseRms, Angle[][] statPhaseRms, float[][] decorrelationFactor, Length[] baselineLengths, Angle[] direction)

Package Functions

 CalPhaseRow (CalPhaseTable table)
 Create a CalPhaseRow.
 CalPhaseRow (CalPhaseTable table, CalPhaseRow row)
 Creates a CalPhaseRow 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.CalPhaseRow.CalPhaseRow ( CalPhaseTable  table  )  [package]

Create a CalPhaseRow.

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.CalPhaseRow.CalPhaseRow ( CalPhaseTable  table,
CalPhaseRow  row 
) [package]

Creates a CalPhaseRow using a copy constructor mechanism.

Given a CalPhaseRow row and a CalPhaseTable table, the method creates a new CalPhaseRow 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

CalPhaseRowIDL alma.asdm.CalPhaseRow.toIDL (  ) 

Return this row in the form of an IDL struct.

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

void alma.asdm.CalPhaseRow.setFromIDL ( CalPhaseRowIDL  x  )  throws ConversionException

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

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

String alma.asdm.CalPhaseRow.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. 

void alma.asdm.CalPhaseRow.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. 

BasebandName alma.asdm.CalPhaseRow.getBasebandName (  ) 

Get basebandName.

Returns:
basebandName as BasebandName

void alma.asdm.CalPhaseRow.setBasebandName ( BasebandName  basebandName  )  throws IllegalAccessException

Set basebandName with the specified BasebandName value.

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

int alma.asdm.CalPhaseRow.getNumBaseline (  ) 

Get numBaseline.

Returns:
numBaseline as int

void alma.asdm.CalPhaseRow.setNumBaseline ( int  numBaseline  ) 

Set numBaseline with the specified int value.

Parameters:
numBaseline The int value to which numBaseline is to be set.

int alma.asdm.CalPhaseRow.getNumAPC (  ) 

Get numAPC.

Returns:
numAPC as int

void alma.asdm.CalPhaseRow.setNumAPC ( int  numAPC  ) 

Set numAPC with the specified int value.

Parameters:
numAPC The int value to which numAPC is to be set.

int alma.asdm.CalPhaseRow.getNumReceptor (  ) 

Get numReceptor.

Returns:
numReceptor as int

void alma.asdm.CalPhaseRow.setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int value.

Parameters:
numReceptor The int value to which numReceptor is to be set.

ReceiverBand alma.asdm.CalPhaseRow.getReceiverBand (  ) 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void alma.asdm.CalPhaseRow.setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand value.

Parameters:
receiverBand The ReceiverBand value to which receiverBand is to be set.

String [][] alma.asdm.CalPhaseRow.getAntennaNames (  ) 

Get antennaNames.

Returns:
antennaNames as String[][]

void alma.asdm.CalPhaseRow.setAntennaNames ( String  antennaNames[][]  ) 

Set antennaNames with the specified String[][] value.

Parameters:
antennaNames The String[][] value to which antennaNames is to be set.

AtmPhaseCorrection [] alma.asdm.CalPhaseRow.getAtmPhaseCorrections (  ) 

Get atmPhaseCorrections.

Returns:
atmPhaseCorrections as AtmPhaseCorrection[]

void alma.asdm.CalPhaseRow.setAtmPhaseCorrections ( AtmPhaseCorrection[]  atmPhaseCorrections  ) 

Set atmPhaseCorrections with the specified AtmPhaseCorrection[] value.

Parameters:
atmPhaseCorrections The AtmPhaseCorrection[] value to which atmPhaseCorrections is to be set.

PolarizationType [] alma.asdm.CalPhaseRow.getPolarizationTypes (  ) 

Get polarizationTypes.

Returns:
polarizationTypes as PolarizationType[]

void alma.asdm.CalPhaseRow.setPolarizationTypes ( PolarizationType[]  polarizationTypes  ) 

Set polarizationTypes with the specified PolarizationType[] value.

Parameters:
polarizationTypes The PolarizationType[] value to which polarizationTypes is to be set.

ArrayTime alma.asdm.CalPhaseRow.getStartValidTime (  ) 

Get startValidTime.

Returns:
startValidTime as ArrayTime

void alma.asdm.CalPhaseRow.setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime value.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

ArrayTime alma.asdm.CalPhaseRow.getEndValidTime (  ) 

Get endValidTime.

Returns:
endValidTime as ArrayTime

void alma.asdm.CalPhaseRow.setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime value.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

Frequency [] alma.asdm.CalPhaseRow.getFrequencyRange (  ) 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

void alma.asdm.CalPhaseRow.setFrequencyRange ( Frequency[]  frequencyRange  ) 

Set frequencyRange with the specified Frequency[] value.

Parameters:
frequencyRange The Frequency[] value to which frequencyRange is to be set.

float [][][] alma.asdm.CalPhaseRow.getAmpli (  ) 

Get ampli.

Returns:
ampli as float[][][]

void alma.asdm.CalPhaseRow.setAmpli ( float  ampli[][][]  ) 

Set ampli with the specified float[][][] value.

Parameters:
ampli The float[][][] value to which ampli is to be set.

float [][][] alma.asdm.CalPhaseRow.getPhase (  ) 

Get phase.

Returns:
phase as float[][][]

void alma.asdm.CalPhaseRow.setPhase ( float  phase[][][]  ) 

Set phase with the specified float[][][] value.

Parameters:
phase The float[][][] value to which phase is to be set.

Angle [][][] alma.asdm.CalPhaseRow.getPhaseRms (  ) 

Get phaseRms.

Returns:
phaseRms as Angle[][][]

void alma.asdm.CalPhaseRow.setPhaseRms ( Angle  phaseRms[][][]  ) 

Set phaseRms with the specified Angle[][][] value.

Parameters:
phaseRms The Angle[][][] value to which phaseRms is to be set.

Angle [][] alma.asdm.CalPhaseRow.getStatPhaseRms (  ) 

Get statPhaseRms.

Returns:
statPhaseRms as Angle[][]

void alma.asdm.CalPhaseRow.setStatPhaseRms ( Angle  statPhaseRms[][]  ) 

Set statPhaseRms with the specified Angle[][] value.

Parameters:
statPhaseRms The Angle[][] value to which statPhaseRms is to be set.

boolean alma.asdm.CalPhaseRow.isCorrectionValidityExists (  ) 

The attribute correctionValidity is optional.

Return true if this attribute exists.

Returns:
true if and only if the correctionValidity attribute exists.

boolean [] alma.asdm.CalPhaseRow.getCorrectionValidity (  )  throws IllegalAccessException

Get correctionValidity, which is optional.

Returns:
correctionValidity as boolean[]
Exceptions:
IllegalAccessException If correctionValidity does not exist.

void alma.asdm.CalPhaseRow.setCorrectionValidity ( boolean[]  correctionValidity  ) 

Set correctionValidity with the specified boolean[] value.

Parameters:
correctionValidity The boolean[] value to which correctionValidity is to be set.

float [][] alma.asdm.CalPhaseRow.getDecorrelationFactor (  ) 

Get decorrelationFactor.

Returns:
decorrelationFactor as float[][]

void alma.asdm.CalPhaseRow.setDecorrelationFactor ( float  decorrelationFactor[][]  ) 

Set decorrelationFactor with the specified float[][] value.

Parameters:
decorrelationFactor The float[][] value to which decorrelationFactor is to be set.

Length [] alma.asdm.CalPhaseRow.getBaselineLengths (  ) 

Get baselineLengths.

Returns:
baselineLengths as Length[]

void alma.asdm.CalPhaseRow.setBaselineLengths ( Length[]  baselineLengths  ) 

Set baselineLengths with the specified Length[] value.

Parameters:
baselineLengths The Length[] value to which baselineLengths is to be set.

Angle [] alma.asdm.CalPhaseRow.getDirection (  ) 

Get direction.

Returns:
direction as Angle[]

void alma.asdm.CalPhaseRow.setDirection ( Angle[]  direction  ) 

Set direction with the specified Angle[] value.

Parameters:
direction The Angle[] value to which direction is to be set.

Tag alma.asdm.CalPhaseRow.getCalDataId (  ) 

Get calDataId.

Returns:
calDataId as Tag

void alma.asdm.CalPhaseRow.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.

Tag alma.asdm.CalPhaseRow.getCalReductionId (  ) 

Get calReductionId.

Returns:
calReductionId as Tag

void alma.asdm.CalPhaseRow.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.

CalDataRow alma.asdm.CalPhaseRow.getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow

CalReductionRow alma.asdm.CalPhaseRow.getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow

boolean alma.asdm.CalPhaseRow.equalByRequiredValue ( CalPhaseRow  x  ) 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

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

Object [] alma.asdm.CalPhaseRow.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.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:47:22 2007 for ASDM Java Implementation by  doxygen 1.5.1