SavingConfigurationMethodsHolder.java

00001 package Sct_SctApi;
00002 
00011 // watch out Alan AJB! ...
00012 public final class SavingConfigurationMethodsHolder implements org.omg.CORBA.portable.Streamable
00013 {
00014   public Sct_SctApi.SavingConfigurationMethods value = null;
00015 
00016   public SavingConfigurationMethodsHolder ()
00017   {
00018   }
00019 
00020   public SavingConfigurationMethodsHolder (Sct_SctApi.SavingConfigurationMethods initialValue)
00021   {
00022     value = initialValue;
00023   }
00024 
00025   public void _read (org.omg.CORBA.portable.InputStream i)
00026   {
00027     value = Sct_SctApi.SavingConfigurationMethodsHelper.read (i);
00028   }
00029 
00030   public void _write (org.omg.CORBA.portable.OutputStream o)
00031   {
00032     Sct_SctApi.SavingConfigurationMethodsHelper.write (o, value);
00033   }
00034 
00035   public org.omg.CORBA.TypeCode _type ()
00036   {
00037     return Sct_SctApi.SavingConfigurationMethodsHelper.type ();
00038   }
00039 
00040 }

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