Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
PointingModelTable | getTable () |
Return the table to which this row belongs. | |
PointingModelRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (PointingModelRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct PointingModelRowIDL. | |
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. | |
int | getPointingModelId () |
Get pointingModelId. | |
int | getNumCoeff () |
Get numCoeff. | |
void | setNumCoeff (int numCoeff) throws IllegalAccessException |
Set numCoeff with the specified int 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. | |
boolean | isNumFormulaExists () |
The attribute numFormula is optional. | |
int | getNumFormula () throws IllegalAccessException |
Get numFormula, which is optional. | |
void | setNumFormula (int numFormula) |
Set numFormula with the specified int value. | |
void | clearNumFormula () |
Mark numFormula, which is an optional field, as non-existent. | |
boolean | isCoeffFormulaExists () |
The attribute coeffFormula is optional. | |
String[] | getCoeffFormula () throws IllegalAccessException |
Get coeffFormula, which is optional. | |
void | setCoeffFormula (String[] coeffFormula) |
Set coeffFormula with the specified String[] value. | |
void | clearCoeffFormula () |
Mark coeffFormula, which is an optional field, as non-existent. | |
Tag | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
AntennaRow | getAntennaUsingAntennaId () |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId. | |
boolean | compareNoAutoInc (Tag antennaId, int numCoeff, String[] coeffName, float[] coeffVal) |
Compare each attribute except the autoincrementable one of this PointingModelRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (PointingModelRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numCoeff, String[] coeffName, float[] coeffVal) |
Protected Member Functions | |
void | setPointingModelId (int pointingModelId) throws IllegalAccessException |
Set pointingModelId with the specified int value. | |
Package Functions | |
PointingModelRow (PointingModelTable table) | |
Create a PointingModelRow. | |
PointingModelRow (PointingModelTable table, PointingModelRow row) | |
Creates a PointingModelRow 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 PointingModelRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a PointingModelRow using a copy constructor mechanism. Given a PointingModelRow row and a PointingModelTable table, the method creates a new PointingModelRow 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.
|
|
Mark coeffFormula, which is an optional field, as non-existent.
|
|
Mark numFormula, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this PointingModelRow 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 antennaId.
|
|
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get coeffFormula, which is optional.
|
|
Get coeffName.
|
|
Get coeffVal.
|
|
Get numCoeff.
|
|
Get numFormula, which is optional.
|
|
Get pointingModelId.
|
|
Return the table to which this row belongs.
|
|
The attribute coeffFormula is optional. Return true if this attribute exists.
|
|
The attribute numFormula is optional. Return true if this attribute exists.
|
|
Set antennaId with the specified Tag value.
|
|
Set coeffFormula with the specified String[] value.
|
|
Set coeffName with the specified String[] value.
|
|
Set coeffVal with the specified float[] value.
|
|
Fill the values of this row from the IDL struct PointingModelRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numCoeff with the specified int value.
|
|
Set numFormula with the specified int value.
|
|
Set pointingModelId with the specified int value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|