Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CorrelatorModeTable | getTable () |
Return the table to which this row belongs. | |
CorrelatorModeRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CorrelatorModeRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CorrelatorModeRowIDL. | |
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. | |
Tag | getAlmaCorrelatorModeId () |
Get almaCorrelatorModeId. | |
int | getNumBaseband () |
Get numBaseband. | |
void | setNumBaseband (int numBaseband) throws IllegalAccessException |
Set numBaseband with the specified int value. | |
BasebandName[] | getBasebandNames () |
Get basebandNames. | |
void | setBasebandNames (BasebandName[] basebandNames) throws IllegalAccessException |
Set basebandNames with the specified BasebandName[] value. | |
int[] | getBasebandConfig () |
Get basebandConfig. | |
void | setBasebandConfig (int[] basebandConfig) throws IllegalAccessException |
Set basebandConfig with the specified int[] value. | |
AccumMode | getAccumMode () |
Get accumMode. | |
void | setAccumMode (AccumMode accumMode) throws IllegalAccessException |
Set accumMode with the specified AccumMode value. | |
int | getBinMode () |
Get binMode. | |
void | setBinMode (int binMode) throws IllegalAccessException |
Set binMode with the specified int value. | |
AxisName[] | getAxesOrderArray () |
Get axesOrderArray. | |
void | setAxesOrderArray (AxisName[] axesOrderArray) throws IllegalAccessException |
Set axesOrderArray with the specified AxisName[] value. | |
FilterMode[] | getFilterMode () |
Get filterMode. | |
void | setFilterMode (FilterMode[] filterMode) throws IllegalAccessException |
Set filterMode with the specified FilterMode[] value. | |
CorrelatorName | getCorrelatorName () |
Get correlatorName. | |
void | setCorrelatorName (CorrelatorName correlatorName) throws IllegalAccessException |
Set correlatorName with the specified CorrelatorName value. | |
boolean | compareNoAutoInc (int numBaseband, BasebandName[] basebandNames, int[] basebandConfig, AccumMode accumMode, int binMode, AxisName[] axesOrderArray, FilterMode[] filterMode, CorrelatorName correlatorName) |
Compare each attribute except the autoincrementable one of this CorrelatorModeRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CorrelatorModeRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numBaseband, BasebandName[] basebandNames, int[] basebandConfig, AccumMode accumMode, int binMode, AxisName[] axesOrderArray, FilterMode[] filterMode, CorrelatorName correlatorName) |
Protected Member Functions | |
void | setAlmaCorrelatorModeId (Tag almaCorrelatorModeId) throws IllegalAccessException |
Set almaCorrelatorModeId with the specified Tag value. | |
Package Functions | |
CorrelatorModeRow (CorrelatorModeTable table) | |
Create a CorrelatorModeRow. | |
CorrelatorModeRow (CorrelatorModeTable table, CorrelatorModeRow row) | |
Creates a CorrelatorModeRow 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 CorrelatorModeRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CorrelatorModeRow using a copy constructor mechanism. Given a CorrelatorModeRow row and a CorrelatorModeTable table, the method creates a new CorrelatorModeRow 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.
|
|
Compare each attribute except the autoincrementable one of this CorrelatorModeRow 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 accumMode.
|
|
Get almaCorrelatorModeId.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get axesOrderArray.
|
|
Get basebandConfig.
|
|
Get basebandNames.
|
|
Get binMode.
|
|
Get correlatorName.
|
|
Get filterMode.
|
|
Get numBaseband.
|
|
Return the table to which this row belongs.
|
|
Set accumMode with the specified AccumMode value.
|
|
Set almaCorrelatorModeId with the specified Tag value.
|
|
Set axesOrderArray with the specified AxisName[] value.
|
|
Set basebandConfig with the specified int[] value.
|
|
Set basebandNames with the specified BasebandName[] value.
|
|
Set binMode with the specified int value.
|
|
Set correlatorName with the specified CorrelatorName value.
|
|
Set filterMode with the specified FilterMode[] value.
|
|
Fill the values of this row from the IDL struct CorrelatorModeRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBaseband 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.
|