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

ScanListHolder.java

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

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