00001 package SctTestApi;
00002
00016 public final class HighLevelApiHolder implements org.omg.CORBA.portable.Streamable
00017 {
00018 public SctTestApi.HighLevelApi value = null;
00019
00020 public HighLevelApiHolder ()
00021 {
00022 }
00023
00024 public HighLevelApiHolder (SctTestApi.HighLevelApi initialValue)
00025 {
00026 value = initialValue;
00027 }
00028
00029 public void _read (org.omg.CORBA.portable.InputStream i)
00030 {
00031 value = SctTestApi.HighLevelApiHelper.read (i);
00032 }
00033
00034 public void _write (org.omg.CORBA.portable.OutputStream o)
00035 {
00036 SctTestApi.HighLevelApiHelper.write (o, value);
00037 }
00038
00039 public org.omg.CORBA.TypeCode _type ()
00040 {
00041 return SctTestApi.HighLevelApiHelper.type ();
00042 }
00043
00044 }