return read (a.create_input_stream ());
return _id;
org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ());
return ((org.omg.CORBA_2_3.portable.InputStream)istream).read_value ();
if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (TCKind.tk_value); } return __typeCode;
((org.omg.CORBA_2_3.portable.OutputStream)ostream).write_value (value);