Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
SubscanTable | getTable () |
Return the table to which this row belongs. | |
SubscanRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (SubscanRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct SubscanRowIDL. | |
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 | getSubscanNumber () |
Get subscanNumber. | |
void | setSubscanNumber (int subscanNumber) throws IllegalAccessException |
Set subscanNumber with the specified int value. | |
ArrayTime | getStartTime () |
Get startTime. | |
void | setStartTime (ArrayTime startTime) throws IllegalAccessException |
Set startTime with the specified ArrayTime value. | |
ArrayTime | getEndTime () |
Get endTime. | |
void | setEndTime (ArrayTime endTime) throws IllegalAccessException |
Set endTime with the specified ArrayTime value. | |
SubscanIntent | getSubscanIntent () |
Get subscanIntent. | |
void | setSubscanIntent (SubscanIntent subscanIntent) throws IllegalAccessException |
Set subscanIntent with the specified SubscanIntent value. | |
boolean | isSubscanModeExists () |
The attribute subscanMode is optional. | |
SwitchingMode | getSubscanMode () throws IllegalAccessException |
Get subscanMode, which is optional. | |
void | setSubscanMode (SwitchingMode subscanMode) |
Set subscanMode with the specified SwitchingMode value. | |
void | clearSubscanMode () |
Mark subscanMode, which is an optional field, as non-existent. | |
int | getNumberIntegration () |
Get numberIntegration. | |
void | setNumberIntegration (int numberIntegration) throws IllegalAccessException |
Set numberIntegration with the specified int value. | |
int[] | getNumberSubintegration () |
Get numberSubintegration. | |
void | setNumberSubintegration (int[] numberSubintegration) throws IllegalAccessException |
Set numberSubintegration with the specified int[] value. | |
boolean | getFlagRow () |
Get flagRow. | |
void | setFlagRow (boolean flagRow) throws IllegalAccessException |
Set flagRow with the specified boolean value. | |
String | getFieldName () |
Get fieldName. | |
void | setFieldName (String fieldName) throws IllegalAccessException |
Set fieldName with the specified String value. | |
boolean | isCorrelatorCalibrationExists () |
The attribute correlatorCalibration is optional. | |
CorrelatorCalibration | getCorrelatorCalibration () throws IllegalAccessException |
Get correlatorCalibration, which is optional. | |
void | setCorrelatorCalibration (CorrelatorCalibration correlatorCalibration) |
Set correlatorCalibration with the specified CorrelatorCalibration value. | |
void | clearCorrelatorCalibration () |
Mark correlatorCalibration, which is an optional field, as non-existent. | |
Tag | getExecBlockId () |
Get execBlockId. | |
void | setExecBlockId (Tag execBlockId) throws IllegalAccessException |
Set execBlockId with the specified Tag value. | |
int | getScanNumber () |
Get scanNumber. | |
void | setScanNumber (int scanNumber) throws IllegalAccessException |
Set scanNumber with the specified int value. | |
ExecBlockRow | getExecBlockUsingExecBlockId () |
Returns the pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId. | |
boolean | compareNoAutoInc (Tag execBlockId, int scanNumber, int subscanNumber, ArrayTime startTime, ArrayTime endTime, SubscanIntent subscanIntent, int numberIntegration, int[] numberSubintegration, boolean flagRow, String fieldName) |
Compare each attribute except the autoincrementable one of this SubscanRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (SubscanRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, SubscanIntent subscanIntent, int numberIntegration, int[] numberSubintegration, boolean flagRow, String fieldName) |
Package Functions | |
SubscanRow (SubscanTable table) | |
Create a SubscanRow. | |
SubscanRow (SubscanTable table, SubscanRow row) | |
Creates a SubscanRow 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 SubscanRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a SubscanRow using a copy constructor mechanism. Given a SubscanRow row and a SubscanTable table, the method creates a new SubscanRow 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 correlatorCalibration, which is an optional field, as non-existent.
|
|
Mark subscanMode, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this SubscanRow 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 correlatorCalibration, which is optional.
|
|
Get endTime.
|
|
Get execBlockId.
|
|
Returns the pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId.
|
|
Get fieldName.
|
|
Get flagRow.
|
|
Get numberIntegration.
|
|
Get numberSubintegration.
|
|
Get scanNumber.
|
|
Get startTime.
|
|
Get subscanIntent.
|
|
Get subscanMode, which is optional.
|
|
Get subscanNumber.
|
|
Return the table to which this row belongs.
|
|
The attribute correlatorCalibration is optional. Return true if this attribute exists.
|
|
The attribute subscanMode is optional. Return true if this attribute exists.
|
|
Set correlatorCalibration with the specified CorrelatorCalibration value.
|
|
Set endTime with the specified ArrayTime value.
|
|
Set execBlockId with the specified Tag value.
|
|
Set fieldName with the specified String value.
|
|
Set flagRow with the specified boolean value.
|
|
Fill the values of this row from the IDL struct SubscanRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numberIntegration with the specified int value.
|
|
Set numberSubintegration with the specified int[] value.
|
|
Set scanNumber with the specified int value.
|
|
Set startTime with the specified ArrayTime value.
|
|
Set subscanIntent with the specified SubscanIntent value.
|
|
Set subscanMode with the specified SwitchingMode value.
|
|
Set subscanNumber 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.
|