PowerParam.java

00001 package ;
00002 
00003 
00011   // import configuration classes
00012 
00013 import config.*;
00014 
00015 
00031 public interface PowerParam extends config.DalObject {
00032 
00038   void print(String dx);
00039 
00045   void destroy(config.Configuration db);
00046 
00051   String get_state();
00052 
00057   void set_state(String value);
00062   String get_name();
00063 
00068   void set_name(String value);
00073   float get_value();
00074 
00079   void set_value(float value);
00084   float get_loAlarm();
00085 
00090   void set_loAlarm(float value);
00095   float get_loWarn();
00096 
00101   void set_loWarn(float value);
00106   float get_hiWarn();
00107 
00112   void set_hiWarn(float value);
00117   float get_hiAlarm();
00118 
00123   void set_hiAlarm(float value);
00124 }
00125 

Generated on Mon Feb 6 14:12:16 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6