Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ScanHolder.java

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

Generated on Thu Jul 15 09:55:48 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5