1 package org.omg.CosNaming.NamingContextPackage; 2 3 9 10 11 14 public final class NotFoundReasonHolder implements org.omg.CORBA.portable.Streamable 15 { 16 public org.omg.CosNaming.NamingContextPackage.NotFoundReason value = null; 17 18 public NotFoundReasonHolder () 19 { 20 } 21 22 public NotFoundReasonHolder (org.omg.CosNaming.NamingContextPackage.NotFoundReason initialValue) 23 { 24 value = initialValue; 25 } 26 27 public void _read (org.omg.CORBA.portable.InputStream i) 28 { 29 value = org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.read (i); 30 } 31 32 public void _write (org.omg.CORBA.portable.OutputStream o) 33 { 34 org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.write (o, value); 35 } 36 37 public org.omg.CORBA.TypeCode _type () 38 { 39 return org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.type (); 40 } 41 42 } 43 | Popular Tags |