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