

Public Member Functions | |
| Param_Impl () | |
| Param_Impl (config.Configuration db, config.ConfigObject obj) | |
| void | init_config_params (config.Configuration db, config.ConfigObject obj) |
| String | UID () |
| String | class_name () |
| void | update (boolean set_non_valid) |
| void | unread () |
| boolean | is_valid () |
| 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. | |
| config.ConfigObject | config_object () |
| void | print (String dx) |
| Method to print out values of attributes and relationships. | |
| void | destroy (config.Configuration db) |
| Method to destroy object. | |
Private Member Functions | |
| void | init () throws config.NotFoundException, config.NotValidException, config.SystemException |
Private Attributes | |
| config.Configuration | p_db |
| config.ConfigObject | p_obj |
| boolean | p_was_read |
| boolean | p_is_valid |
| String | p_uid |
| String | p_class_name |
| String | m_name |
| float | m_value |
| float | m_loAlarm |
| float | m_loWarn |
| float | m_hiWarn |
| float | m_hiAlarm |
Definition at line 16 of file Param_Impl.java.
|
|
Method to destroy object.
Implements Param. Definition at line 206 of file Param_Impl.java. References config_object(). Here is the call graph for this function: ![]() |
|
|
Method to print out values of attributes and relationships.
Implements Param. Definition at line 182 of file Param_Impl.java. References class_name(), get_hiAlarm(), get_hiWarn(), get_loAlarm(), get_loWarn(), get_name(), get_value(), and UID(). Here is the call graph for this function: ![]() |
1.4.6