Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
WeatherTable | getTable () |
Return the table to which this row belongs. | |
WeatherRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (WeatherRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct WeatherRowIDL. | |
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. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
Pressure | getPressure () |
Get pressure. | |
void | setPressure (Pressure pressure) throws IllegalAccessException |
Set pressure with the specified Pressure value. | |
Humidity | getRelHumidity () |
Get relHumidity. | |
void | setRelHumidity (Humidity relHumidity) throws IllegalAccessException |
Set relHumidity with the specified Humidity value. | |
Temperature | getTemperature () |
Get temperature. | |
void | setTemperature (Temperature temperature) throws IllegalAccessException |
Set temperature with the specified Temperature value. | |
boolean | isDewPointExists () |
The attribute dewPoint is optional. | |
Temperature | getDewPoint () throws IllegalAccessException |
Get dewPoint, which is optional. | |
void | setDewPoint (Temperature dewPoint) |
Set dewPoint with the specified Temperature value. | |
void | clearDewPoint () |
Mark dewPoint, which is an optional field, as non-existent. | |
Angle | getWindDirection () |
Get windDirection. | |
void | setWindDirection (Angle windDirection) throws IllegalAccessException |
Set windDirection with the specified Angle value. | |
Speed | getWindSpeed () |
Get windSpeed. | |
void | setWindSpeed (Speed windSpeed) throws IllegalAccessException |
Set windSpeed with the specified Speed value. | |
Speed | getWindMax () |
Get windMax. | |
void | setWindMax (Speed windMax) throws IllegalAccessException |
Set windMax with the specified Speed value. | |
boolean | getPressureFlag () |
Get pressureFlag. | |
void | setPressureFlag (boolean pressureFlag) throws IllegalAccessException |
Set pressureFlag with the specified boolean value. | |
boolean | getRelHumidityFlag () |
Get relHumidityFlag. | |
void | setRelHumidityFlag (boolean relHumidityFlag) throws IllegalAccessException |
Set relHumidityFlag with the specified boolean value. | |
boolean | getTemperatureFlag () |
Get temperatureFlag. | |
void | setTemperatureFlag (boolean temperatureFlag) throws IllegalAccessException |
Set temperatureFlag with the specified boolean value. | |
boolean | isDewPointFlagExists () |
The attribute dewPointFlag is optional. | |
boolean | getDewPointFlag () throws IllegalAccessException |
Get dewPointFlag, which is optional. | |
void | setDewPointFlag (boolean dewPointFlag) |
Set dewPointFlag with the specified boolean value. | |
void | clearDewPointFlag () |
Mark dewPointFlag, which is an optional field, as non-existent. | |
boolean | getWindDirectionFlag () |
Get windDirectionFlag. | |
void | setWindDirectionFlag (boolean windDirectionFlag) throws IllegalAccessException |
Set windDirectionFlag with the specified boolean value. | |
boolean | getWindSpeedFlag () |
Get windSpeedFlag. | |
void | setWindSpeedFlag (boolean windSpeedFlag) throws IllegalAccessException |
Set windSpeedFlag with the specified boolean value. | |
boolean | getWindMaxFlag () |
Get windMaxFlag. | |
void | setWindMaxFlag (boolean windMaxFlag) throws IllegalAccessException |
Set windMaxFlag with the specified boolean value. | |
Tag | getStationId () |
Get stationId. | |
void | setStationId (Tag stationId) throws IllegalAccessException |
Set stationId with the specified Tag value. | |
StationRow | getStationUsingStationId () |
Returns the pointer to the row in the Station table having Station.stationId == stationId. | |
boolean | compareNoAutoInc (Tag stationId, ArrayTimeInterval timeInterval, Pressure pressure, Humidity relHumidity, Temperature temperature, Angle windDirection, Speed windSpeed, Speed windMax, boolean pressureFlag, boolean relHumidityFlag, boolean temperatureFlag, boolean windDirectionFlag, boolean windSpeedFlag, boolean windMaxFlag) |
Compare each attribute except the autoincrementable one of this WeatherRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (WeatherRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (Pressure pressure, Humidity relHumidity, Temperature temperature, Angle windDirection, Speed windSpeed, Speed windMax, boolean pressureFlag, boolean relHumidityFlag, boolean temperatureFlag, boolean windDirectionFlag, boolean windSpeedFlag, boolean windMaxFlag) |
Package Functions | |
WeatherRow (WeatherTable table) | |
Create a WeatherRow. | |
WeatherRow (WeatherTable table, WeatherRow row) | |
Creates a WeatherRow 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. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a WeatherRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a WeatherRow using a copy constructor mechanism. Given a WeatherRow row and a WeatherTable table, the method creates a new WeatherRow 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 dewPoint, which is an optional field, as non-existent.
|
|
Mark dewPointFlag, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this WeatherRow 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 dewPoint, which is optional.
|
|
Get dewPointFlag, which is optional.
|
|
Get pressure.
|
|
Get pressureFlag.
|
|
Get relHumidity.
|
|
Get relHumidityFlag.
|
|
Get stationId.
|
|
Returns the pointer to the row in the Station table having Station.stationId == stationId.
|
|
Return the table to which this row belongs.
|
|
Get temperature.
|
|
Get temperatureFlag.
|
|
Get timeInterval.
|
|
Get windDirection.
|
|
Get windDirectionFlag.
|
|
Get windMax.
|
|
Get windMaxFlag.
|
|
Get windSpeed.
|
|
Get windSpeedFlag.
|
|
The attribute dewPoint is optional. Return true if this attribute exists.
|
|
The attribute dewPointFlag is optional. Return true if this attribute exists.
|
|
Set dewPoint with the specified Temperature value.
|
|
Set dewPointFlag with the specified boolean value.
|
|
Fill the values of this row from the IDL struct WeatherRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set pressure with the specified Pressure value.
|
|
Set pressureFlag with the specified boolean value.
|
|
Set relHumidity with the specified Humidity value.
|
|
Set relHumidityFlag with the specified boolean value.
|
|
Set stationId with the specified Tag value.
|
|
Set temperature with the specified Temperature value.
|
|
Set temperatureFlag with the specified boolean value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Set windDirection with the specified Angle value.
|
|
Set windDirectionFlag with the specified boolean value.
|
|
Set windMax with the specified Speed value.
|
|
Set windMaxFlag with the specified boolean value.
|
|
Set windSpeed with the specified Speed value.
|
|
Set windSpeedFlag with the specified boolean value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|