Inheritance diagram for Param:
Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
String | get_name () |
Get "name" attribute value. | |
void | set_name (String value) |
Set "name" attribute value. | |
float | get_value () |
Get "value" attribute value. | |
void | set_value (float value) |
Set "value" attribute value. | |
float | get_loAlarm () |
Get "loAlarm" attribute value. | |
void | set_loAlarm (float value) |
Set "loAlarm" attribute value. | |
float | get_loWarn () |
Get "loWarn" attribute value. | |
void | set_loWarn (float value) |
Set "loWarn" attribute value. | |
float | get_hiWarn () |
Get "hiWarn" attribute value. | |
void | set_hiWarn (float value) |
Set "hiWarn" attribute value. | |
float | get_hiAlarm () |
Get "hiAlarm" attribute value. | |
void | set_hiAlarm (float value) |
Set "hiAlarm" attribute value. |
The methods can throw several exceptions:
config.NotFoundException
- in case of wrong attribute or relationship name (e.g. in case of database schema modification) config.SystemException
- in case of system problems (communication or implementation database failure, schema modification, object destruction, etc.)
In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException
exception in case, if there are no write access rights or database is already locked by other process.
Values and warnings for each power supply parameter
Definition at line 31 of file Param.java.
|
Method to destroy object.
Implemented in Param_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in Param_Impl. Referenced by State_Impl.print(), and PowerDefaults_Impl.print(). |