Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
AnnotationTable | getTable () |
Return the table to which this row belongs. | |
AnnotationRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (AnnotationRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct AnnotationRowIDL. | |
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. | |
ArrayTime | getTime () |
Get time. | |
void | setTime (ArrayTime time) throws IllegalAccessException |
Set time with the specified ArrayTime value. | |
String | getIssue () |
Get issue. | |
void | setIssue (String issue) throws IllegalAccessException |
Set issue with the specified String value. | |
String | getDetails () |
Get details. | |
void | setDetails (String details) throws IllegalAccessException |
Set details with the specified String value. | |
boolean | isIntervalExists () |
The attribute interval is optional. | |
Interval | getInterval () throws IllegalAccessException |
Get interval, which is optional. | |
void | setInterval (Interval interval) |
Set interval with the specified Interval value. | |
void | clearInterval () |
Mark interval, which is an optional field, as non-existent. | |
boolean | isNumAntennaExists () |
The attribute numAntenna is optional. | |
int | getNumAntenna () throws IllegalAccessException |
Get numAntenna, which is optional. | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int value. | |
void | clearNumAntenna () |
Mark numAntenna, which is an optional field, as non-existent. | |
boolean | isNumBasebandExists () |
The attribute numBaseband is optional. | |
int | getNumBaseband () throws IllegalAccessException |
Get numBaseband, which is optional. | |
void | setNumBaseband (int numBaseband) |
Set numBaseband with the specified int value. | |
void | clearNumBaseband () |
Mark numBaseband, which is an optional field, as non-existent. | |
boolean | isBasebandNameExists () |
The attribute basebandName is optional. | |
BasebandName[] | getBasebandName () throws IllegalAccessException |
Get basebandName, which is optional. | |
void | setBasebandName (BasebandName[] basebandName) |
Set basebandName with the specified BasebandName[] value. | |
void | clearBasebandName () |
Mark basebandName, which is an optional field, as non-existent. | |
boolean | isDValueExists () |
The attribute dValue is optional. | |
double | getDValue () throws IllegalAccessException |
Get dValue, which is optional. | |
void | setDValue (double dValue) |
Set dValue with the specified double value. | |
void | clearDValue () |
Mark dValue, which is an optional field, as non-existent. | |
boolean | isVdValueExists () |
The attribute vdValue is optional. | |
double[] | getVdValue () throws IllegalAccessException |
Get vdValue, which is optional. | |
void | setVdValue (double[] vdValue) |
Set vdValue with the specified double[] value. | |
void | clearVdValue () |
Mark vdValue, which is an optional field, as non-existent. | |
boolean | isVvdValuesExists () |
The attribute vvdValues is optional. | |
double[][] | getVvdValues () throws IllegalAccessException |
Get vvdValues, which is optional. | |
void | setVvdValues (double[][] vvdValues) |
Set vvdValues with the specified double[][] value. | |
void | clearVvdValues () |
Mark vvdValues, which is an optional field, as non-existent. | |
boolean | isLlValueExists () |
The attribute llValue is optional. | |
long | getLlValue () throws IllegalAccessException |
Get llValue, which is optional. | |
void | setLlValue (long llValue) |
Set llValue with the specified long value. | |
void | clearLlValue () |
Mark llValue, which is an optional field, as non-existent. | |
boolean | isVllValueExists () |
The attribute vllValue is optional. | |
long[] | getVllValue () throws IllegalAccessException |
Get vllValue, which is optional. | |
void | setVllValue (long[] vllValue) |
Set vllValue with the specified long[] value. | |
void | clearVllValue () |
Mark vllValue, which is an optional field, as non-existent. | |
boolean | isVvllValueExists () |
The attribute vvllValue is optional. | |
long[][] | getVvllValue () throws IllegalAccessException |
Get vvllValue, which is optional. | |
void | setVvllValue (long[][] vvllValue) |
Set vvllValue with the specified long[][] value. | |
void | clearVvllValue () |
Mark vvllValue, which is an optional field, as non-existent. | |
Tag | getAnnotationId () |
Get annotationId. | |
boolean | isAntennaIdExists () |
The attribute antennaId is optional. | |
Tag[] | getAntennaId () throws IllegalAccessException |
Get antennaId, which is optional. | |
void | setAntennaId (Tag[] antennaId) |
Set antennaId with the specified Tag[] value. | |
void | clearAntennaId () |
Mark antennaId, which is an optional field, as non-existent. | |
void | setAntennaId (int i, Tag antennaId) throws IndexOutOfBoundsException |
Set antennaId[i] with the specified Tag value. | |
boolean | compareNoAutoInc (ArrayTime time, String issue, String details) |
Compare each attribute except the autoincrementable one of this AnnotationRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (AnnotationRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (ArrayTime time, String issue, String details) |
Protected Member Functions | |
void | setAnnotationId (Tag annotationId) throws IllegalAccessException |
Set annotationId with the specified Tag value. | |
Package Functions | |
AnnotationRow (AnnotationTable table) | |
Create a AnnotationRow. | |
AnnotationRow (AnnotationTable table, AnnotationRow row) | |
Creates a AnnotationRow 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. |
|
Create a AnnotationRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a AnnotationRow using a copy constructor mechanism. Given a AnnotationRow row and a AnnotationTable table, the method creates a new AnnotationRow 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 antennaId, which is an optional field, as non-existent.
|
|
Mark basebandName, which is an optional field, as non-existent.
|
|
Mark dValue, which is an optional field, as non-existent.
|
|
Mark interval, which is an optional field, as non-existent.
|
|
Mark llValue, which is an optional field, as non-existent.
|
|
Mark numAntenna, which is an optional field, as non-existent.
|
|
Mark numBaseband, which is an optional field, as non-existent.
|
|
Mark vdValue, which is an optional field, as non-existent.
|
|
Mark vllValue, which is an optional field, as non-existent.
|
|
Mark vvdValues, which is an optional field, as non-existent.
|
|
Mark vvllValue, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this AnnotationRow 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 annotationId.
|
|
Get antennaId, which is optional.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get basebandName, which is optional.
|
|
Get details.
|
|
Get dValue, which is optional.
|
|
Get interval, which is optional.
|
|
Get issue.
|
|
Get llValue, which is optional.
|
|
Get numAntenna, which is optional.
|
|
Get numBaseband, which is optional.
|
|
Return the table to which this row belongs.
|
|
Get time.
|
|
Get vdValue, which is optional.
|
|
Get vllValue, which is optional.
|
|
Get vvdValues, which is optional.
|
|
Get vvllValue, which is optional.
|
|
The attribute antennaId is optional. Return true if this attribute exists.
|
|
The attribute basebandName is optional. Return true if this attribute exists.
|
|
The attribute dValue is optional. Return true if this attribute exists.
|
|
The attribute interval is optional. Return true if this attribute exists.
|
|
The attribute llValue is optional. Return true if this attribute exists.
|
|
The attribute numAntenna is optional. Return true if this attribute exists.
|
|
The attribute numBaseband is optional. Return true if this attribute exists.
|
|
The attribute vdValue is optional. Return true if this attribute exists.
|
|
The attribute vllValue is optional. Return true if this attribute exists.
|
|
The attribute vvdValues is optional. Return true if this attribute exists.
|
|
The attribute vvllValue is optional. Return true if this attribute exists.
|
|
Set annotationId with the specified Tag value.
|
|
Set antennaId[i] with the specified Tag value.
|
|
Set antennaId with the specified Tag[] value.
|
|
Set basebandName with the specified BasebandName[] value.
|
|
Set details with the specified String value.
|
|
Set dValue with the specified double value.
|
|
Fill the values of this row from the IDL struct AnnotationRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set interval with the specified Interval value.
|
|
Set issue with the specified String value.
|
|
Set llValue with the specified long value.
|
|
Set numAntenna with the specified int value.
|
|
Set numBaseband with the specified int value.
|
|
Set time with the specified ArrayTime value.
|
|
Set vdValue with the specified double[] value.
|
|
Set vllValue with the specified long[] value.
|
|
Set vvdValues with the specified double[][] value.
|
|
Set vvllValue with the specified long[][] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|