Power Interface Reference

Declares methods to get and put values of attributes / relationships, to print and to destroy object. More...

Inheritance diagram for Power:

Inheritance graph
[legend]
List of all members.

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.
PowerParam[] get_defaults ()
 Get "defaults" relationship value.
void set_defaults (PowerParam[] value)
 Set "defaults" relationship value.
PowerCrate[] get_crates ()
 Get "crates" relationship value.
void set_crates (PowerCrate[] value)
 Set "crates" relationship value.

Detailed Description

Declares methods to get and put values of attributes / relationships, to print and to destroy object.

The methods can throw several exceptions:

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.

Overall class for power supply defaults and crates

Author:
genconfig

Definition at line 37 of file Power.java.


Member Function Documentation

void Power.destroy config.Configuration  db  ) 
 

Method to destroy object.

Parameters:
db configuration object

Implemented in Power_Impl.

void Power.print String  dx  ) 
 

Method to print out values of attributes and relationships.

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

Implemented in Power_Impl.


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