alma.asdm.CalPointingModelRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalPointingModelRow class is a row of a CalPointingModelTable.

Generated from model's revision 1.46, branch HEAD


Public Member Functions

CalPointingModelTable getTable ()
 Return the table to which this row belongs.
CalPointingModelRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalPointingModelRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalPointingModelRowIDL.
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 getNumObs ()
 Get numObs.
void setNumObs (int numObs) throws IllegalAccessException
 Set numObs with the specified int value.
int getNumCoeff ()
 Get numCoeff.
void setNumCoeff (int numCoeff) throws IllegalAccessException
 Set numCoeff 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.
int getNumFormula ()
 Get numFormula.
void setNumFormula (int numFormula) throws IllegalAccessException
 Set numFormula with the specified int value.
Angle getAzimuthRms ()
 Get azimuthRms.
void setAzimuthRms (Angle azimuthRms) throws IllegalAccessException
 Set azimuthRms with the specified Angle value.
Angle getElevationRms ()
 Get elevationRms.
void setElevationRms (Angle elevationRms) throws IllegalAccessException
 Set elevationRms with the specified Angle value.
Angle getSkyRms ()
 Get skyRms.
void setSkyRms (Angle skyRms) throws IllegalAccessException
 Set skyRms with the specified Angle value.
String[] getCoeffName ()
 Get coeffName.
void setCoeffName (String[] coeffName) throws IllegalAccessException
 Set coeffName with the specified String[] value.
float[] getCoeffVal ()
 Get coeffVal.
void setCoeffVal (float[] coeffVal) throws IllegalAccessException
 Set coeffVal with the specified float[] value.
float[] getCoeffError ()
 Get coeffError.
void setCoeffError (float[] coeffError) throws IllegalAccessException
 Set coeffError with the specified float[] value.
boolean[] getCoeffFixed ()
 Get coeffFixed.
void setCoeffFixed (boolean[] coeffFixed) throws IllegalAccessException
 Set coeffFixed with the specified boolean[] value.
String[] getCoeffFormula ()
 Get coeffFormula.
void setCoeffFormula (String[] coeffFormula) throws IllegalAccessException
 Set coeffFormula with the specified String[] value.
PointingModelMode getPointingModelMode ()
 Get pointingModelMode.
void setPointingModelMode (PointingModelMode pointingModelMode) throws IllegalAccessException
 Set pointingModelMode with the specified PointingModelMode value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException
 Set receiverBand with the specified ReceiverBand 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, String antennaName, ReceiverBand receiverBand, AntennaMake antennaMake, int numObs, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, int numFormula, Angle azimuthRms, Angle elevationRms, Angle skyRms, String[] coeffName, float[] coeffVal, float[] coeffError, boolean[] coeffFixed, String[] coeffFormula, PointingModelMode pointingModelMode)
 Compare each attribute except the autoincrementable one of this CalPointingModelRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalPointingModelRow 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 numObs, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, int numFormula, Angle azimuthRms, Angle elevationRms, Angle skyRms, String[] coeffName, float[] coeffVal, float[] coeffError, boolean[] coeffFixed, String[] coeffFormula, PointingModelMode pointingModelMode)

Package Functions

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

Create a CalPointingModelRow.

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.CalPointingModelRow.CalPointingModelRow CalPointingModelTable  table,
CalPointingModelRow  row
[package]
 

Creates a CalPointingModelRow using a copy constructor mechanism.

Given a CalPointingModelRow row and a CalPointingModelTable table, the method creates a new CalPointingModelRow 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.CalPointingModelRow.compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
String  antennaName,
ReceiverBand  receiverBand,
AntennaMake  antennaMake,
int  numObs,
int  numCoeff,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFormula,
Angle  azimuthRms,
Angle  elevationRms,
Angle  skyRms,
String[]  coeffName,
float[]  coeffVal,
float[]  coeffError,
boolean[]  coeffFixed,
String[]  coeffFormula,
PointingModelMode  pointingModelMode
 

Compare each attribute except the autoincrementable one of this CalPointingModelRow with the corresponding parameters and return true if there is a match and false otherwise.

boolean alma.asdm.CalPointingModelRow.equalByRequiredValue CalPointingModelRow  x  ) 
 

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

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

AntennaMake alma.asdm.CalPointingModelRow.getAntennaMake  ) 
 

Get antennaMake.

Returns:
antennaMake as AntennaMake

String alma.asdm.CalPointingModelRow.getAntennaName  ) 
 

Get antennaName.

Returns:
antennaName as String

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

Angle alma.asdm.CalPointingModelRow.getAzimuthRms  ) 
 

Get azimuthRms.

Returns:
azimuthRms as Angle

Tag alma.asdm.CalPointingModelRow.getCalDataId  ) 
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow alma.asdm.CalPointingModelRow.getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow

Tag alma.asdm.CalPointingModelRow.getCalReductionId  ) 
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow alma.asdm.CalPointingModelRow.getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow

float [] alma.asdm.CalPointingModelRow.getCoeffError  ) 
 

Get coeffError.

Returns:
coeffError as float[]

boolean [] alma.asdm.CalPointingModelRow.getCoeffFixed  ) 
 

Get coeffFixed.

Returns:
coeffFixed as boolean[]

String [] alma.asdm.CalPointingModelRow.getCoeffFormula  ) 
 

Get coeffFormula.

Returns:
coeffFormula as String[]

String [] alma.asdm.CalPointingModelRow.getCoeffName  ) 
 

Get coeffName.

Returns:
coeffName as String[]

float [] alma.asdm.CalPointingModelRow.getCoeffVal  ) 
 

Get coeffVal.

Returns:
coeffVal as float[]

Angle alma.asdm.CalPointingModelRow.getElevationRms  ) 
 

Get elevationRms.

Returns:
elevationRms as Angle

ArrayTime alma.asdm.CalPointingModelRow.getEndValidTime  ) 
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

int alma.asdm.CalPointingModelRow.getNumCoeff  ) 
 

Get numCoeff.

Returns:
numCoeff as int

int alma.asdm.CalPointingModelRow.getNumFormula  ) 
 

Get numFormula.

Returns:
numFormula as int

int alma.asdm.CalPointingModelRow.getNumObs  ) 
 

Get numObs.

Returns:
numObs as int

PointingModelMode alma.asdm.CalPointingModelRow.getPointingModelMode  ) 
 

Get pointingModelMode.

Returns:
pointingModelMode as PointingModelMode

ReceiverBand alma.asdm.CalPointingModelRow.getReceiverBand  ) 
 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

Angle alma.asdm.CalPointingModelRow.getSkyRms  ) 
 

Get skyRms.

Returns:
skyRms as Angle

ArrayTime alma.asdm.CalPointingModelRow.getStartValidTime  ) 
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalPointingModelTable alma.asdm.CalPointingModelRow.getTable  ) 
 

Return the table to which this row belongs.

void alma.asdm.CalPointingModelRow.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.CalPointingModelRow.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.CalPointingModelRow.setAzimuthRms Angle  azimuthRms  )  throws IllegalAccessException
 

Set azimuthRms with the specified Angle value.

Parameters:
azimuthRms The Angle value to which azimuthRms 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.CalPointingModelRow.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.CalPointingModelRow.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.CalPointingModelRow.setCoeffError float[]  coeffError  )  throws IllegalAccessException
 

Set coeffError with the specified float[] value.

Parameters:
coeffError The float[] value to which coeffError 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.CalPointingModelRow.setCoeffFixed boolean[]  coeffFixed  )  throws IllegalAccessException
 

Set coeffFixed with the specified boolean[] value.

Parameters:
coeffFixed The boolean[] value to which coeffFixed 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.CalPointingModelRow.setCoeffFormula String[]  coeffFormula  )  throws IllegalAccessException
 

Set coeffFormula with the specified String[] value.

Parameters:
coeffFormula The String[] value to which coeffFormula 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.CalPointingModelRow.setCoeffName String[]  coeffName  )  throws IllegalAccessException
 

Set coeffName with the specified String[] value.

Parameters:
coeffName The String[] value to which coeffName 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.CalPointingModelRow.setCoeffVal float[]  coeffVal  )  throws IllegalAccessException
 

Set coeffVal with the specified float[] value.

Parameters:
coeffVal The float[] value to which coeffVal 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.CalPointingModelRow.setElevationRms Angle  elevationRms  )  throws IllegalAccessException
 

Set elevationRms with the specified Angle value.

Parameters:
elevationRms The Angle value to which elevationRms 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.CalPointingModelRow.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.CalPointingModelRow.setFromIDL CalPointingModelRowIDL  x  )  throws ConversionException
 

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

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

void alma.asdm.CalPointingModelRow.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.CalPointingModelRow.setNumCoeff int  numCoeff  )  throws IllegalAccessException
 

Set numCoeff with the specified int value.

Parameters:
numCoeff The int value to which numCoeff 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.CalPointingModelRow.setNumFormula int  numFormula  )  throws IllegalAccessException
 

Set numFormula with the specified int value.

Parameters:
numFormula The int value to which numFormula 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.CalPointingModelRow.setNumObs int  numObs  )  throws IllegalAccessException
 

Set numObs with the specified int value.

Parameters:
numObs The int value to which numObs 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.CalPointingModelRow.setPointingModelMode PointingModelMode  pointingModelMode  )  throws IllegalAccessException
 

Set pointingModelMode with the specified PointingModelMode value.

Parameters:
pointingModelMode The PointingModelMode value to which pointingModelMode 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.CalPointingModelRow.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.CalPointingModelRow.setSkyRms Angle  skyRms  )  throws IllegalAccessException
 

Set skyRms with the specified Angle value.

Parameters:
skyRms The Angle value to which skyRms 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.CalPointingModelRow.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.

CalPointingModelRowIDL alma.asdm.CalPointingModelRow.toIDL  ) 
 

Return this row in the form of an IDL struct.

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

String alma.asdm.CalPointingModelRow.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:45 2008 for ASDM Java Implementation by doxygen 1.3.8