Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
SourceParameterTable | getTable () |
Return the table to which this row belongs. | |
SourceParameterRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (SourceParameterRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct SourceParameterRowIDL. | |
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. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
int | getNumFreq () |
Get numFreq. | |
void | setNumFreq (int numFreq) throws IllegalAccessException |
Set numFreq with the specified int value. | |
int | getNumStokes () |
Get numStokes. | |
void | setNumStokes (int numStokes) throws IllegalAccessException |
Set numStokes with the specified int value. | |
int | getNumDep () |
Get numDep. | |
void | setNumDep (int numDep) throws IllegalAccessException |
Set numDep with the specified int value. | |
StokesParameter[] | getStokesParameter () |
Get stokesParameter. | |
void | setStokesParameter (StokesParameter[] stokesParameter) throws IllegalAccessException |
Set stokesParameter with the specified StokesParameter[] value. | |
Flux[][] | getFlux () |
Get flux. | |
void | setFlux (Flux[][] flux) throws IllegalAccessException |
Set flux with the specified Flux[][] 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 | isPositionAngleExists () |
The attribute positionAngle is optional. | |
Angle[] | getPositionAngle () throws IllegalAccessException |
Get positionAngle, which is optional. | |
void | setPositionAngle (Angle[] positionAngle) |
Set positionAngle with the specified Angle[] value. | |
void | clearPositionAngle () |
Mark positionAngle, which is an optional field, as non-existent. | |
int | getSourceParameterId () |
Get sourceParameterId. | |
Frequency[] | getFrequency () |
Get frequency. | |
void | setFrequency (Frequency[] frequency) throws IllegalAccessException |
Set frequency with the specified Frequency[] value. | |
Frequency[] | getFrequencyInterval () |
Get frequencyInterval. | |
void | setFrequencyInterval (Frequency[] frequencyInterval) throws IllegalAccessException |
Set frequencyInterval with the specified Frequency[] value. | |
Flux[][] | getFluxErr () |
Get fluxErr. | |
void | setFluxErr (Flux[][] fluxErr) throws IllegalAccessException |
Set fluxErr with the specified Flux[][] value. | |
boolean | isSizeErrExists () |
The attribute sizeErr is optional. | |
Angle[][] | getSizeErr () throws IllegalAccessException |
Get sizeErr, which is optional. | |
void | setSizeErr (Angle[][] sizeErr) |
Set sizeErr with the specified Angle[][] value. | |
void | clearSizeErr () |
Mark sizeErr, which is an optional field, as non-existent. | |
boolean | isPositionAngleErrExists () |
The attribute positionAngleErr is optional. | |
Angle[] | getPositionAngleErr () throws IllegalAccessException |
Get positionAngleErr, which is optional. | |
void | setPositionAngleErr (Angle[] positionAngleErr) |
Set positionAngleErr with the specified Angle[] value. | |
void | clearPositionAngleErr () |
Mark positionAngleErr, which is an optional field, as non-existent. | |
boolean | isDepSourceParameterIdExists () |
The attribute depSourceParameterId is optional. | |
int[] | getDepSourceParameterId () throws IllegalAccessException |
Get depSourceParameterId, which is optional. | |
void | setDepSourceParameterId (int[] depSourceParameterId) |
Set depSourceParameterId with the specified int[] value. | |
void | clearDepSourceParameterId () |
Mark depSourceParameterId, which is an optional field, as non-existent. | |
int | getSourceId () |
Get sourceId. | |
void | setSourceId (int sourceId) throws IllegalAccessException |
Set sourceId with the specified int value. | |
SourceRow[] | getSources () throws InvalidAccessException, NoSuchRow |
Get the collection of rows in the Source table having sourceId == this.sourceId. | |
boolean | compareNoAutoInc (int sourceId, ArrayTimeInterval timeInterval, int numFreq, int numStokes, int numDep, StokesParameter[] stokesParameter, Flux[][] flux, Frequency[] frequency, Frequency[] frequencyInterval, Flux[][] fluxErr) |
Compare each attribute except the autoincrementable one of this SourceParameterRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (SourceParameterRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numFreq, int numStokes, int numDep, StokesParameter[] stokesParameter, Flux[][] flux, Frequency[] frequency, Frequency[] frequencyInterval, Flux[][] fluxErr) |
Protected Member Functions | |
void | setSourceParameterId (int sourceParameterId) throws IllegalAccessException |
Set sourceParameterId with the specified int value. | |
Package Functions | |
SourceParameterRow (SourceParameterTable table) | |
Create a SourceParameterRow. | |
SourceParameterRow (SourceParameterTable table, SourceParameterRow row) | |
Creates a SourceParameterRow 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. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a SourceParameterRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a SourceParameterRow using a copy constructor mechanism. Given a SourceParameterRow row and a SourceParameterTable table, the method creates a new SourceParameterRow 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 depSourceParameterId, which is an optional field, as non-existent.
|
|
Mark positionAngle, which is an optional field, as non-existent.
|
|
Mark positionAngleErr, which is an optional field, as non-existent.
|
|
Mark size, which is an optional field, as non-existent.
|
|
Mark sizeErr, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this SourceParameterRow 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 depSourceParameterId, which is optional.
|
|
Get flux.
|
|
Get fluxErr.
|
|
Get frequency.
|
|
Get frequencyInterval.
|
|
Get numDep.
|
|
Get numFreq.
|
|
Get numStokes.
|
|
Get positionAngle, which is optional.
|
|
Get positionAngleErr, which is optional.
|
|
Get size, which is optional.
|
|
Get sizeErr, which is optional.
|
|
Get sourceId.
|
|
Get sourceParameterId.
|
|
Get stokesParameter.
|
|
Return the table to which this row belongs.
|
|
Get timeInterval.
|
|
The attribute depSourceParameterId is optional. Return true if this attribute exists.
|
|
The attribute positionAngleErr is optional. Return true if this attribute exists.
|
|
The attribute positionAngle is optional. Return true if this attribute exists.
|
|
The attribute sizeErr is optional. Return true if this attribute exists.
|
|
The attribute size is optional. Return true if this attribute exists.
|
|
Set depSourceParameterId with the specified int[] value.
|
|
Set flux with the specified Flux[][] value.
|
|
Set fluxErr with the specified Flux[][] value.
|
|
Set frequency with the specified Frequency[] value.
|
|
Set frequencyInterval with the specified Frequency[] value.
|
|
Fill the values of this row from the IDL struct SourceParameterRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numDep with the specified int value.
|
|
Set numFreq with the specified int value.
|
|
Set numStokes with the specified int value.
|
|
Set positionAngle with the specified Angle[] value.
|
|
Set positionAngleErr with the specified Angle[] value.
|
|
Set size with the specified Angle[][] value.
|
|
Set sizeErr with the specified Angle[][] value.
|
|
Set sourceId with the specified int value.
|
|
Set sourceParameterId with the specified int value.
|
|
Set stokesParameter with the specified StokesParameter[] value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|