Param_Impl Class Reference

Inheritance diagram for Param_Impl:

Inheritance graph
[legend]
Collaboration diagram for Param_Impl:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 16 of file Param_Impl.java.


Member Function Documentation

void Param_Impl.destroy config.Configuration  db  ) 
 

Method to destroy object.

Parameters:
db configuration object

Implements Param.

Definition at line 206 of file Param_Impl.java.

References config_object().

Here is the call graph for this function:

void Param_Impl.print String  dx  ) 
 

Method to print out values of attributes and relationships.

Parameters:
dx string for left margin (for a formatted output)

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:


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:12:33 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6