Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalFluxTable | getTable () |
Return the table to which this row belongs. | |
CalFluxRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalFluxRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalFluxRowIDL. | |
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 | getSourceName () |
Get sourceName. | |
void | setSourceName (String sourceName) throws IllegalAccessException |
Set sourceName with the specified String value. | |
int | getNumFrequency () |
Get numFrequency. | |
void | setNumFrequency (int numFrequency) throws IllegalAccessException |
Set numFrequency with the specified int value. | |
int | getNumStokes () |
Get numStokes. | |
void | setNumStokes (int numStokes) throws IllegalAccessException |
Set numStokes 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. | |
StokesParameter[] | getStokes () |
Get stokes. | |
void | setStokes (StokesParameter[] stokes) throws IllegalAccessException |
Set stokes with the specified StokesParameter[] value. | |
double[][] | getFlux () |
Get flux. | |
void | setFlux (double[][] flux) throws IllegalAccessException |
Set flux with the specified double[][] value. | |
double[][] | getFluxError () |
Get fluxError. | |
void | setFluxError (double[][] fluxError) throws IllegalAccessException |
Set fluxError with the specified double[][] value. | |
boolean | isSizeExists () |
The attribute size is optional. | |
Angle[][][] | getSize () throws IllegalAccessException |
Get size, which is optional. | |
void | setSize (Angle[][][] size) |
Set size with the specified Angle[][][] value. | |
void | clearSize () |
Mark size, which is an optional field, as non-existent. | |
boolean | isSizeErrorExists () |
The attribute sizeError is optional. | |
Angle[][][] | getSizeError () throws IllegalAccessException |
Get sizeError, which is optional. | |
void | setSizeError (Angle[][][] sizeError) |
Set sizeError with the specified Angle[][][] value. | |
void | clearSizeError () |
Mark sizeError, which is an optional field, as non-existent. | |
boolean | isPAExists () |
The attribute PA is optional. | |
Angle[][] | getPA () throws IllegalAccessException |
Get PA, which is optional. | |
void | setPA (Angle[][] PA) |
Set PA with the specified Angle[][] value. | |
void | clearPA () |
Mark PA, which is an optional field, as non-existent. | |
boolean | isPAErrorExists () |
The attribute PAError is optional. | |
Angle[][] | getPAError () throws IllegalAccessException |
Get PAError, which is optional. | |
void | setPAError (Angle[][] PAError) |
Set PAError with the specified Angle[][] value. | |
void | clearPAError () |
Mark PAError, which is an optional field, as non-existent. | |
FluxCalibrationMethod | getFluxMethod () |
Get fluxMethod. | |
void | setFluxMethod (FluxCalibrationMethod fluxMethod) throws IllegalAccessException |
Set fluxMethod with the specified FluxCalibrationMethod value. | |
boolean | isDirectionExists () |
The attribute direction is optional. | |
Angle[] | getDirection () throws IllegalAccessException |
Get direction, which is optional. | |
void | setDirection (Angle[] direction) |
Set direction with the specified Angle[] value. | |
void | clearDirection () |
Mark direction, which is an optional field, as non-existent. | |
boolean | isSourceModelExists () |
The attribute sourceModel is optional. | |
SourceModel | getSourceModel () throws IllegalAccessException |
Get sourceModel, which is optional. | |
void | setSourceModel (SourceModel sourceModel) |
Set sourceModel with the specified SourceModel value. | |
void | clearSourceModel () |
Mark sourceModel, which is an optional field, as non-existent. | |
Frequency[] | getFrequencyRange () |
Get frequencyRange. | |
void | setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException |
Set frequencyRange with the specified Frequency[] 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 sourceName, int numFrequency, int numStokes, ArrayTime startValidTime, ArrayTime endValidTime, StokesParameter[] stokes, double[][] flux, double[][] fluxError, FluxCalibrationMethod fluxMethod, Frequency[] frequencyRange) |
Compare each attribute except the autoincrementable one of this CalFluxRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalFluxRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numFrequency, int numStokes, ArrayTime startValidTime, ArrayTime endValidTime, StokesParameter[] stokes, double[][] flux, double[][] fluxError, FluxCalibrationMethod fluxMethod, Frequency[] frequencyRange) |
Package Functions | |
CalFluxRow (CalFluxTable table) | |
Create a CalFluxRow. | |
CalFluxRow (CalFluxTable table, CalFluxRow row) | |
Creates a CalFluxRow 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 CalFluxRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalFluxRow using a copy constructor mechanism. Given a CalFluxRow row and a CalFluxTable table, the method creates a new CalFluxRow 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 direction, which is an optional field, as non-existent.
|
|
Mark PA, which is an optional field, as non-existent.
|
|
Mark PAError, which is an optional field, as non-existent.
|
|
Mark size, which is an optional field, as non-existent.
|
|
Mark sizeError, which is an optional field, as non-existent.
|
|
Mark sourceModel, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this CalFluxRow 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.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get calDataId.
|
|
Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
|
|
Get calReductionId.
|
|
Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
|
|
Get direction, which is optional.
|
|
Get endValidTime.
|
|
Get flux.
|
|
Get fluxError.
|
|
Get fluxMethod.
|
|
Get frequencyRange.
|
|
Get numFrequency.
|
|
Get numStokes.
|
|
Get PA, which is optional.
|
|
Get PAError, which is optional.
|
|
Get size, which is optional.
|
|
Get sizeError, which is optional.
|
|
Get sourceModel, which is optional.
|
|
Get sourceName.
|
|
Get startValidTime.
|
|
Get stokes.
|
|
Return the table to which this row belongs.
|
|
The attribute direction is optional. Return true if this attribute exists.
|
|
The attribute PAError is optional. Return true if this attribute exists.
|
|
The attribute PA is optional. Return true if this attribute exists.
|
|
The attribute sizeError is optional. Return true if this attribute exists.
|
|
The attribute size is optional. Return true if this attribute exists.
|
|
The attribute sourceModel is optional. Return true if this attribute exists.
|
|
Set calDataId with the specified Tag value.
|
|
Set calReductionId with the specified Tag value.
|
|
Set direction with the specified Angle[] value.
|
|
Set endValidTime with the specified ArrayTime value.
|
|
Set flux with the specified double[][] value.
|
|
Set fluxError with the specified double[][] value.
|
|
Set fluxMethod with the specified FluxCalibrationMethod value.
|
|
Set frequencyRange with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct CalFluxRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numFrequency with the specified int value.
|
|
Set numStokes with the specified int value.
|
|
Set PA with the specified Angle[][] value.
|
|
Set PAError with the specified Angle[][] value.
|
|
Set size with the specified Angle[][][] value.
|
|
Set sizeError with the specified Angle[][][] value.
|
|
Set sourceModel with the specified SourceModel value.
|
|
Set sourceName with the specified String value.
|
|
Set startValidTime with the specified ArrayTime value.
|
|
Set stokes with the specified StokesParameter[] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|