Public Member Functions | |
PowerParam_Impl () | |
PowerParam_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_state () |
void | set_state (String value) |
String | get_name () |
void | set_name (String value) |
float | get_value () |
void | set_value (float value) |
float | get_loAlarm () |
void | set_loAlarm (float value) |
float | get_loWarn () |
void | set_loWarn (float value) |
float | get_hiWarn () |
void | set_hiWarn (float value) |
float | get_hiAlarm () |
void | set_hiAlarm (float value) |
config.ConfigObject | config_object () |
void | print (String dx) |
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_state |
String | m_name |
float | m_value |
float | m_loAlarm |
float | m_loWarn |
float | m_hiWarn |
float | m_hiAlarm |
Definition at line 16 of file PowerParam_Impl.java.
|
Method to destroy object.
Definition at line 221 of file PowerParam_Impl.java. References config_object(). Here is the call graph for this function: ![]() |