Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
ConfigDescriptionTable | getTable () |
Return the table to which this row belongs. | |
ConfigDescriptionRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (ConfigDescriptionRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct ConfigDescriptionRowIDL. | |
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 | getNumAntenna () |
Get numAntenna. | |
void | setNumAntenna (int numAntenna) throws IllegalAccessException |
Set numAntenna with the specified int value. | |
int | getNumFeed () |
Get numFeed. | |
void | setNumFeed (int numFeed) throws IllegalAccessException |
Set numFeed with the specified int value. | |
int[] | getNumSubBand () |
Get numSubBand. | |
void | setNumSubBand (int[] numSubBand) throws IllegalAccessException |
Set numSubBand with the specified int[] value. | |
boolean | isPhasedArrayListExists () |
The attribute phasedArrayList is optional. | |
int[] | getPhasedArrayList () throws IllegalAccessException |
Get phasedArrayList, which is optional. | |
void | setPhasedArrayList (int[] phasedArrayList) |
Set phasedArrayList with the specified int[] value. | |
void | clearPhasedArrayList () |
Mark phasedArrayList, which is an optional field, as non-existent. | |
CorrelationMode | getCorrelationMode () |
Get correlationMode. | |
void | setCorrelationMode (CorrelationMode correlationMode) throws IllegalAccessException |
Set correlationMode with the specified CorrelationMode value. | |
boolean | isFlagAntExists () |
The attribute flagAnt is optional. | |
boolean[] | getFlagAnt () throws IllegalAccessException |
Get flagAnt, which is optional. | |
void | setFlagAnt (boolean[] flagAnt) |
Set flagAnt with the specified boolean[] value. | |
void | clearFlagAnt () |
Mark flagAnt, which is an optional field, as non-existent. | |
Tag | getConfigDescriptionId () |
Get configDescriptionId. | |
AtmPhaseCorrection[] | getAtmPhaseCorrection () |
Get atmPhaseCorrection. | |
void | setAtmPhaseCorrection (AtmPhaseCorrection[] atmPhaseCorrection) throws IllegalAccessException |
Set atmPhaseCorrection with the specified AtmPhaseCorrection[] value. | |
boolean | isAssocNatureExists () |
The attribute assocNature is optional. | |
SpectralResolutionType[] | getAssocNature () throws IllegalAccessException |
Get assocNature, which is optional. | |
void | setAssocNature (SpectralResolutionType[] assocNature) |
Set assocNature with the specified SpectralResolutionType[] value. | |
void | clearAssocNature () |
Mark assocNature, 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. | |
boolean | isAssocConfigDescriptionIdExists () |
The attribute assocConfigDescriptionId is optional. | |
Tag[] | getAssocConfigDescriptionId () throws IllegalAccessException |
Get assocConfigDescriptionId, which is optional. | |
void | setAssocConfigDescriptionId (Tag[] assocConfigDescriptionId) |
Set assocConfigDescriptionId with the specified Tag[] value. | |
void | clearAssocConfigDescriptionId () |
Mark assocConfigDescriptionId, which is an optional field, as non-existent. | |
Tag[] | getDataDescriptionId () |
Get dataDescriptionId. | |
void | setDataDescriptionId (Tag[] dataDescriptionId) throws IllegalAccessException |
Set dataDescriptionId with the specified Tag[] value. | |
int[] | getFeedId () |
Get feedId. | |
void | setFeedId (int[] feedId) throws IllegalAccessException |
Set feedId with the specified int[] value. | |
Tag | getProcessorId () |
Get processorId. | |
void | setProcessorId (Tag processorId) throws IllegalAccessException |
Set processorId with the specified Tag value. | |
Tag[] | getSwitchCycleId () |
Get switchCycleId. | |
void | setSwitchCycleId (Tag[] switchCycleId) throws IllegalAccessException |
Set switchCycleId with the specified Tag[] value. | |
ProcessorRow | getProcessorUsingProcessorId () |
Returns the pointer to the row in the Processor table having Processor.processorId == processorId. | |
void | setAntennaId (int i, Tag antennaId) throws IllegalAccessException, IndexOutOfBoundsException |
Set antennaId[i] with the specified Tag value. | |
void | setDataDescriptionId (int i, Tag dataDescriptionId) throws IllegalAccessException, IndexOutOfBoundsException |
Set dataDescriptionId[i] with the specified Tag value. | |
void | setSwitchCycleId (int i, Tag switchCycleId) throws IllegalAccessException, IndexOutOfBoundsException |
Set switchCycleId[i] with the specified Tag value. | |
void | setFeedId (int i, int feedId) throws IllegalAccessException, IndexOutOfBoundsException |
Set feedId[i] with the specified int value. | |
FeedRow[] | getFeeds (int i) throws IndexOutOfBoundsException, InvalidAccessException, NoSuchRow |
FeedRow[] | getFeeds () throws InvalidAccessException, NoSuchRow |
void | setAssocConfigDescriptionId (int i, Tag assocConfigDescriptionId) throws IndexOutOfBoundsException |
Set assocConfigDescriptionId[i] with the specified Tag value. | |
boolean | compareNoAutoInc (Tag[] antennaId, Tag[] dataDescriptionId, int[] feedId, Tag processorId, Tag[] switchCycleId, int numAntenna, int numFeed, int[] numSubBand, CorrelationMode correlationMode, AtmPhaseCorrection[] atmPhaseCorrection) |
Compare each attribute except the autoincrementable one of this ConfigDescriptionRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (ConfigDescriptionRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (Tag[] antennaId, Tag[] dataDescriptionId, int[] feedId, Tag processorId, Tag[] switchCycleId, int numAntenna, int numFeed, int[] numSubBand, CorrelationMode correlationMode, AtmPhaseCorrection[] atmPhaseCorrection) |
Protected Member Functions | |
void | setConfigDescriptionId (Tag configDescriptionId) throws IllegalAccessException |
Set configDescriptionId with the specified Tag value. | |
Package Functions | |
ConfigDescriptionRow (ConfigDescriptionTable table) | |
Create a ConfigDescriptionRow. | |
ConfigDescriptionRow (ConfigDescriptionTable table, ConfigDescriptionRow row) | |
Creates a ConfigDescriptionRow using a copy constructor mechanism. | |
void | isAdded () |
void | addAntennaId (Tag id) |
Append a Tag to antennaId. | |
void | addAntennaId (Tag[] id) |
Append an array of Tag to antennaId. | |
Tag | getAntennaId (int i) throws IndexOutOfBoundsException |
Returns the Tag stored in antennaId at position i. | |
AntennaRow | getAntenna (int i) throws IndexOutOfBoundsException, NoSuchRow |
Returns the AntennaRow linked to this row via the Tag stored in antennaId at position i. | |
AntennaRow[] | getAntennas () throws NoSuchRow |
Returns the array of AntennaRow linked to this row via the Tags stored in antennaId. | |
void | addDataDescriptionId (Tag id) |
Append a Tag to dataDescriptionId. | |
void | addDataDescriptionId (Tag[] id) |
Append an array of Tag to dataDescriptionId. | |
Tag | getDataDescriptionId (int i) throws IndexOutOfBoundsException |
Returns the Tag stored in dataDescriptionId at position i. | |
DataDescriptionRow | getDataDescription (int i) throws IndexOutOfBoundsException, NoSuchRow |
Returns the DataDescriptionRow linked to this row via the Tag stored in dataDescriptionId at position i. | |
DataDescriptionRow[] | getDataDescriptions () throws NoSuchRow |
Returns the array of DataDescriptionRow linked to this row via the Tags stored in dataDescriptionId. | |
void | addSwitchCycleId (Tag id) |
Append a Tag to switchCycleId. | |
void | addSwitchCycleId (Tag[] id) |
Append an array of Tag to switchCycleId. | |
Tag | getSwitchCycleId (int i) throws IndexOutOfBoundsException |
Returns the Tag stored in switchCycleId at position i. | |
SwitchCycleRow | getSwitchCycle (int i) throws IndexOutOfBoundsException, NoSuchRow |
Returns the SwitchCycleRow linked to this row via the Tag stored in switchCycleId at position i. | |
SwitchCycleRow[] | getSwitchCycles () throws NoSuchRow |
Returns the array of SwitchCycleRow linked to this row via the Tags stored in switchCycleId. | |
void | addFeedId (int id) |
Append a new id to feedId. | |
void | addFeedId (int[] id) |
Append an array of ids to feedId. | |
void | addAssocConfigDescriptionId (Tag id) |
Append a Tag to assocConfigDescriptionId. | |
void | addAssocConfigDescriptionId (Tag[] id) |
Append an array of Tag to assocConfigDescriptionId. | |
Tag | getAssocConfigDescriptionId (int i) throws IndexOutOfBoundsException |
Returns the Tag stored in assocConfigDescriptionId at position i. | |
ConfigDescriptionRow | getConfigDescription (int i) throws IndexOutOfBoundsException, NoSuchRow |
Returns the ConfigDescriptionRow linked to this row via the Tag stored in assocConfigDescriptionId at position i. | |
ConfigDescriptionRow[] | getConfigDescriptions () throws NoSuchRow |
Returns the array of ConfigDescriptionRow linked to this row via the Tags stored in assocConfigDescriptionId. | |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. |
|
Create a ConfigDescriptionRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a ConfigDescriptionRow using a copy constructor mechanism. Given a ConfigDescriptionRow row and a ConfigDescriptionTable table, the method creates a new ConfigDescriptionRow 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.
|
|
Append an array of Tag to antennaId.
|
|
Append a Tag to antennaId.
|
|
Append an array of Tag to assocConfigDescriptionId.
|
|
Append a Tag to assocConfigDescriptionId.
|
|
Append an array of Tag to dataDescriptionId.
|
|
Append a Tag to dataDescriptionId.
|
|
Append an array of Tag to switchCycleId.
|
|
Append a Tag to switchCycleId.
|
|
Mark assocConfigDescriptionId, which is an optional field, as non-existent.
|
|
Mark assocNature, which is an optional field, as non-existent.
|
|
Mark flagAnt, which is an optional field, as non-existent.
|
|
Mark phasedArrayList, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this ConfigDescriptionRow 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.
|
|
Get assocConfigDescriptionId, which is optional.
|
|
Get assocNature, which is optional.
|
|
Get atmPhaseCorrection.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get configDescriptionId.
|
|
Get correlationMode.
|
|
Get dataDescriptionId.
|
|
Get feedId.
|
|
Get flagAnt, which is optional.
|
|
Get numAntenna.
|
|
Get numFeed.
|
|
Get numSubBand.
|
|
Get phasedArrayList, which is optional.
|
|
Get processorId.
|
|
Returns the pointer to the row in the Processor table having Processor.processorId == processorId.
|
|
Get switchCycleId.
|
|
Return the table to which this row belongs.
|
|
The attribute assocConfigDescriptionId is optional. Return true if this attribute exists.
|
|
The attribute assocNature is optional. Return true if this attribute exists.
|
|
The attribute flagAnt is optional. Return true if this attribute exists.
|
|
The attribute phasedArrayList is optional. Return true if this attribute exists.
|
|
Set antennaId[i] with the specified Tag value.
|
|
Set antennaId with the specified Tag[] value.
|
|
Set assocConfigDescriptionId[i] with the specified Tag value.
|
|
Set assocConfigDescriptionId with the specified Tag[] value.
|
|
Set assocNature with the specified SpectralResolutionType[] value.
|
|
Set atmPhaseCorrection with the specified AtmPhaseCorrection[] value.
|
|
Set configDescriptionId with the specified Tag value.
|
|
Set correlationMode with the specified CorrelationMode value.
|
|
Set dataDescriptionId[i] with the specified Tag value.
|
|
Set dataDescriptionId with the specified Tag[] value.
|
|
Set feedId[i] with the specified int value.
|
|
Set feedId with the specified int[] value.
|
|
Set flagAnt with the specified boolean[] value.
|
|
Fill the values of this row from the IDL struct ConfigDescriptionRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numAntenna with the specified int value.
|
|
Set numFeed with the specified int value.
|
|
Set numSubBand with the specified int[] value.
|
|
Set phasedArrayList with the specified int[] value.
|
|
Set processorId with the specified Tag value.
|
|
Set switchCycleId[i] with the specified Tag value.
|
|
Set switchCycleId with the specified Tag[] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|