Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
ExecBlockTable | getTable () |
Return the table to which this row belongs. | |
ExecBlockRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (ExecBlockRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct ExecBlockRowIDL. | |
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 | getExecBlockId () |
Get execBlockId. | |
int | getExecBlockNum () |
Get execBlockNum. | |
void | setExecBlockNum (int execBlockNum) throws IllegalAccessException |
Set execBlockNum with the specified int value. | |
String | getTelescopeName () |
Get telescopeName. | |
void | setTelescopeName (String telescopeName) throws IllegalAccessException |
Set telescopeName with the specified String value. | |
String | getConfigName () |
Get configName. | |
void | setConfigName (String configName) throws IllegalAccessException |
Set configName with the specified String value. | |
int | getNumAntenna () |
Get numAntenna. | |
void | setNumAntenna (int numAntenna) throws IllegalAccessException |
Set numAntenna with the specified int value. | |
Length | getBaseRangeMin () |
Get baseRangeMin. | |
void | setBaseRangeMin (Length baseRangeMin) throws IllegalAccessException |
Set baseRangeMin with the specified Length value. | |
Length | getBaseRangeMax () |
Get baseRangeMax. | |
void | setBaseRangeMax (Length baseRangeMax) throws IllegalAccessException |
Set baseRangeMax with the specified Length value. | |
Length | getBaseRmsMinor () |
Get baseRmsMinor. | |
void | setBaseRmsMinor (Length baseRmsMinor) throws IllegalAccessException |
Set baseRmsMinor with the specified Length value. | |
Length | getBaseRmsMajor () |
Get baseRmsMajor. | |
void | setBaseRmsMajor (Length baseRmsMajor) throws IllegalAccessException |
Set baseRmsMajor with the specified Length value. | |
Angle | getBasePa () |
Get basePa. | |
void | setBasePa (Angle basePa) throws IllegalAccessException |
Set basePa with the specified Angle value. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
String | getObserverName () |
Get observerName. | |
void | setObserverName (String observerName) throws IllegalAccessException |
Set observerName with the specified String value. | |
String[] | getObservingLog () |
Get observingLog. | |
void | setObservingLog (String[] observingLog) throws IllegalAccessException |
Set observingLog with the specified String[] value. | |
String[] | getSchedulerMode () |
Get schedulerMode. | |
void | setSchedulerMode (String[] schedulerMode) throws IllegalAccessException |
Set schedulerMode with the specified String[] value. | |
EntityRef | getProjectId () |
Get projectId. | |
void | setProjectId (EntityRef projectId) throws IllegalAccessException |
Set projectId with the specified EntityRef value. | |
Angle | getSiteLongitude () |
Get siteLongitude. | |
void | setSiteLongitude (Angle siteLongitude) throws IllegalAccessException |
Set siteLongitude with the specified Angle value. | |
Angle | getSiteLatitude () |
Get siteLatitude. | |
void | setSiteLatitude (Angle siteLatitude) throws IllegalAccessException |
Set siteLatitude with the specified Angle value. | |
Length | getSiteAltitude () |
Get siteAltitude. | |
void | setSiteAltitude (Length siteAltitude) throws IllegalAccessException |
Set siteAltitude with the specified Length value. | |
boolean | isReleaseDateExists () |
The attribute releaseDate is optional. | |
ArrayTime | getReleaseDate () throws IllegalAccessException |
Get releaseDate, which is optional. | |
void | setReleaseDate (ArrayTime releaseDate) |
Set releaseDate with the specified ArrayTime value. | |
void | clearReleaseDate () |
Mark releaseDate, which is an optional field, as non-existent. | |
boolean | getFlagRow () |
Get flagRow. | |
void | setFlagRow (boolean flagRow) throws IllegalAccessException |
Set flagRow with the specified boolean value. | |
EntityRef | getExecBlockUID () |
Get execBlockUID. | |
void | setExecBlockUID (EntityRef execBlockUID) throws IllegalAccessException |
Set execBlockUID with the specified EntityRef value. | |
boolean | getAborted () |
Get aborted. | |
void | setAborted (boolean aborted) throws IllegalAccessException |
Set aborted with the specified boolean value. | |
Tag[] | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag[] antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag[] value. | |
void | setAntennaId (int i, Tag antennaId) throws IllegalAccessException, IndexOutOfBoundsException |
Set antennaId[i] with the specified Tag value. | |
boolean | compareNoAutoInc (Tag[] antennaId, int execBlockNum, String telescopeName, String configName, int numAntenna, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, ArrayTimeInterval timeInterval, String observerName, String[] observingLog, String[] schedulerMode, EntityRef projectId, Angle siteLongitude, Angle siteLatitude, Length siteAltitude, boolean flagRow, EntityRef execBlockUID, boolean aborted) |
Compare each attribute except the autoincrementable one of this ExecBlockRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (ExecBlockRow 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, int execBlockNum, String telescopeName, String configName, int numAntenna, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, ArrayTimeInterval timeInterval, String observerName, String[] observingLog, String[] schedulerMode, EntityRef projectId, Angle siteLongitude, Angle siteLatitude, Length siteAltitude, boolean flagRow, EntityRef execBlockUID, boolean aborted) |
Protected Member Functions | |
void | setExecBlockId (Tag execBlockId) throws IllegalAccessException |
Set execBlockId with the specified Tag value. | |
Package Functions | |
ExecBlockRow (ExecBlockTable table) | |
Create a ExecBlockRow. | |
ExecBlockRow (ExecBlockTable table, ExecBlockRow row) | |
Creates a ExecBlockRow 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. | |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a ExecBlockRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a ExecBlockRow using a copy constructor mechanism. Given a ExecBlockRow row and a ExecBlockTable table, the method creates a new ExecBlockRow 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.
|
|
Mark releaseDate, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this ExecBlockRow 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 aborted.
|
|
Get antennaId.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get basePa.
|
|
Get baseRangeMax.
|
|
Get baseRangeMin.
|
|
Get baseRmsMajor.
|
|
Get baseRmsMinor.
|
|
Get configName.
|
|
Get execBlockId.
|
|
Get execBlockNum.
|
|
Get execBlockUID.
|
|
Get flagRow.
|
|
Get numAntenna.
|
|
Get observerName.
|
|
Get observingLog.
|
|
Get projectId.
|
|
Get releaseDate, which is optional.
|
|
Get schedulerMode.
|
|
Get siteAltitude.
|
|
Get siteLatitude.
|
|
Get siteLongitude.
|
|
Return the table to which this row belongs.
|
|
Get telescopeName.
|
|
Get timeInterval.
|
|
The attribute releaseDate is optional. Return true if this attribute exists.
|
|
Set aborted with the specified boolean value.
|
|
Set antennaId[i] with the specified Tag value.
|
|
Set antennaId with the specified Tag[] value.
|
|
Set basePa with the specified Angle value.
|
|
Set baseRangeMax with the specified Length value.
|
|
Set baseRangeMin with the specified Length value.
|
|
Set baseRmsMajor with the specified Length value.
|
|
Set baseRmsMinor with the specified Length value.
|
|
Set configName with the specified String value.
|
|
Set execBlockId with the specified Tag value.
|
|
Set execBlockNum with the specified int value.
|
|
Set execBlockUID with the specified EntityRef value.
|
|
Set flagRow with the specified boolean value.
|
|
Fill the values of this row from the IDL struct ExecBlockRowIDL.
|
|
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 observerName with the specified String value.
|
|
Set observingLog with the specified String[] value.
|
|
Set projectId with the specified EntityRef value.
|
|
Set releaseDate with the specified ArrayTime value.
|
|
Set schedulerMode with the specified String[] value.
|
|
Set siteAltitude with the specified Length value.
|
|
Set siteLatitude with the specified Angle value.
|
|
Set siteLongitude with the specified Angle value.
|
|
Set telescopeName with the specified String 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.
|