package CosTime; /** * CosTime/UTOHolder.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from time.idl * Freitag, 18. April 2003 11.06 Uhr CEST */ public final class UTOHolder implements org.omg.CORBA.portable.Streamable { public CosTime.UTO value = null; public UTOHolder () { } public UTOHolder (CosTime.UTO initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = CosTime.UTOHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { CosTime.UTOHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return CosTime.UTOHelper.type (); } }