Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalDataTable | getTable () |
Return the table to which this row belongs. | |
CalDataRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalDataRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalDataRowIDL. | |
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 | getCalDataId () |
Get calDataId. | |
int | getNumScan () |
Get numScan. | |
void | setNumScan (int numScan) throws IllegalAccessException |
Set numScan with the specified int value. | |
boolean | isFrequencyGroupExists () |
The attribute frequencyGroup is optional. | |
int | getFrequencyGroup () throws IllegalAccessException |
Get frequencyGroup, which is optional. | |
void | setFrequencyGroup (int frequencyGroup) |
Set frequencyGroup with the specified int value. | |
void | clearFrequencyGroup () |
Mark frequencyGroup, which is an optional field, as non-existent. | |
int[] | getScanSet () |
Get scanSet. | |
void | setScanSet (int[] scanSet) throws IllegalAccessException |
Set scanSet with the specified int[] value. | |
CalType | getCalType () |
Get calType. | |
void | setCalType (CalType calType) throws IllegalAccessException |
Set calType with the specified CalType value. | |
boolean | isFreqGroupNameExists () |
The attribute freqGroupName is optional. | |
String | getFreqGroupName () throws IllegalAccessException |
Get freqGroupName, which is optional. | |
void | setFreqGroupName (String freqGroupName) |
Set freqGroupName with the specified String value. | |
void | clearFreqGroupName () |
Mark freqGroupName, which is an optional field, as non-existent. | |
boolean | isFieldNameExists () |
The attribute fieldName is optional. | |
String | getFieldName () throws IllegalAccessException |
Get fieldName, which is optional. | |
void | setFieldName (String fieldName) |
Set fieldName with the specified String value. | |
void | clearFieldName () |
Mark fieldName, which is an optional field, as non-existent. | |
boolean | isFieldCodeExists () |
The attribute fieldCode is optional. | |
String[] | getFieldCode () throws IllegalAccessException |
Get fieldCode, which is optional. | |
void | setFieldCode (String[] fieldCode) |
Set fieldCode with the specified String[] value. | |
void | clearFieldCode () |
Mark fieldCode, which is an optional field, as non-existent. | |
ArrayTime | getStartTimeObserved () |
Get startTimeObserved. | |
void | setStartTimeObserved (ArrayTime startTimeObserved) throws IllegalAccessException |
Set startTimeObserved with the specified ArrayTime value. | |
ArrayTime | getEndTimeObserved () |
Get endTimeObserved. | |
void | setEndTimeObserved (ArrayTime endTimeObserved) throws IllegalAccessException |
Set endTimeObserved with the specified ArrayTime value. | |
boolean | isSourceNameExists () |
The attribute sourceName is optional. | |
String[] | getSourceName () throws IllegalAccessException |
Get sourceName, which is optional. | |
void | setSourceName (String[] sourceName) |
Set sourceName with the specified String[] value. | |
void | clearSourceName () |
Mark sourceName, which is an optional field, as non-existent. | |
boolean | isSourceCodeExists () |
The attribute sourceCode is optional. | |
String[] | getSourceCode () throws IllegalAccessException |
Get sourceCode, which is optional. | |
void | setSourceCode (String[] sourceCode) |
Set sourceCode with the specified String[] value. | |
void | clearSourceCode () |
Mark sourceCode, which is an optional field, as non-existent. | |
boolean | isScanIntentExists () |
The attribute scanIntent is optional. | |
ScanIntent[] | getScanIntent () throws IllegalAccessException |
Get scanIntent, which is optional. | |
void | setScanIntent (ScanIntent[] scanIntent) |
Set scanIntent with the specified ScanIntent[] value. | |
void | clearScanIntent () |
Mark scanIntent, which is an optional field, as non-existent. | |
boolean | isAssocCalDataIdExists () |
The attribute assocCalDataId is optional. | |
Tag | getAssocCalDataId () throws IllegalAccessException |
Get assocCalDataId, which is optional. | |
void | setAssocCalDataId (Tag assocCalDataId) |
Set assocCalDataId with the specified Tag value. | |
void | clearAssocCalDataId () |
Mark assocCalDataId, which is an optional field, as non-existent. | |
boolean | isAssocCalNatureExists () |
The attribute assocCalNature is optional. | |
AssociatedCalNature | getAssocCalNature () throws IllegalAccessException |
Get assocCalNature, which is optional. | |
void | setAssocCalNature (AssociatedCalNature assocCalNature) |
Set assocCalNature with the specified AssociatedCalNature value. | |
void | clearAssocCalNature () |
Mark assocCalNature, which is an optional field, as non-existent. | |
CalDataOrigin | getCalDataType () |
Get calDataType. | |
void | setCalDataType (CalDataOrigin calDataType) throws IllegalAccessException |
Set calDataType with the specified CalDataOrigin value. | |
boolean | compareNoAutoInc (int numScan, int[] scanSet, CalType calType, ArrayTime startTimeObserved, ArrayTime endTimeObserved, CalDataOrigin calDataType) |
Compare each attribute except the autoincrementable one of this CalDataRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalDataRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numScan, int[] scanSet, CalType calType, ArrayTime startTimeObserved, ArrayTime endTimeObserved, CalDataOrigin calDataType) |
Protected Member Functions | |
void | setCalDataId (Tag calDataId) throws IllegalAccessException |
Set calDataId with the specified Tag value. | |
Package Functions | |
CalDataRow (CalDataTable table) | |
Create a CalDataRow. | |
CalDataRow (CalDataTable table, CalDataRow row) | |
Creates a CalDataRow 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 CalDataRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalDataRow using a copy constructor mechanism. Given a CalDataRow row and a CalDataTable table, the method creates a new CalDataRow 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 assocCalDataId, which is an optional field, as non-existent.
|
|
Mark assocCalNature, which is an optional field, as non-existent.
|
|
Mark fieldCode, which is an optional field, as non-existent.
|
|
Mark fieldName, which is an optional field, as non-existent.
|
|
Mark freqGroupName, which is an optional field, as non-existent.
|
|
Mark frequencyGroup, which is an optional field, as non-existent.
|
|
Mark scanIntent, which is an optional field, as non-existent.
|
|
Mark sourceCode, which is an optional field, as non-existent.
|
|
Mark sourceName, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this CalDataRow 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 assocCalDataId, which is optional.
|
|
Get assocCalNature, which is optional.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get calDataId.
|
|
Get calDataType.
|
|
Get calType.
|
|
Get endTimeObserved.
|
|
Get fieldCode, which is optional.
|
|
Get fieldName, which is optional.
|
|
Get freqGroupName, which is optional.
|
|
Get frequencyGroup, which is optional.
|
|
Get numScan.
|
|
Get scanIntent, which is optional.
|
|
Get scanSet.
|
|
Get sourceCode, which is optional.
|
|
Get sourceName, which is optional.
|
|
Get startTimeObserved.
|
|
Return the table to which this row belongs.
|
|
The attribute assocCalDataId is optional. Return true if this attribute exists.
|
|
The attribute assocCalNature is optional. Return true if this attribute exists.
|
|
The attribute fieldCode is optional. Return true if this attribute exists.
|
|
The attribute fieldName is optional. Return true if this attribute exists.
|
|
The attribute freqGroupName is optional. Return true if this attribute exists.
|
|
The attribute frequencyGroup is optional. Return true if this attribute exists.
|
|
The attribute scanIntent is optional. Return true if this attribute exists.
|
|
The attribute sourceCode is optional. Return true if this attribute exists.
|
|
The attribute sourceName is optional. Return true if this attribute exists.
|
|
Set assocCalDataId with the specified Tag value.
|
|
Set assocCalNature with the specified AssociatedCalNature value.
|
|
Set calDataId with the specified Tag value.
|
|
Set calDataType with the specified CalDataOrigin value.
|
|
Set calType with the specified CalType value.
|
|
Set endTimeObserved with the specified ArrayTime value.
|
|
Set fieldCode with the specified String[] value.
|
|
Set fieldName with the specified String value.
|
|
Set freqGroupName with the specified String value.
|
|
Set frequencyGroup with the specified int value.
|
|
Fill the values of this row from the IDL struct CalDataRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numScan with the specified int value.
|
|
Set scanIntent with the specified ScanIntent[] value.
|
|
Set scanSet with the specified int[] value.
|
|
Set sourceCode with the specified String[] value.
|
|
Set sourceName with the specified String[] value.
|
|
Set startTimeObserved with the specified ArrayTime value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|