package org.omg.CosNaming.NamingContextPackage; /** * org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl * Friday, May 25, 2007 3:39:57 o'clock PM GMT-05:00 */ public final class NotEmptyHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosNaming.NamingContextPackage.NotEmpty value = null; public NotEmptyHolder () { } public NotEmptyHolder (org.omg.CosNaming.NamingContextPackage.NotEmpty initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.type (); } }