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.ParameterMode.from_int (istream.read_long ());
if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.CORBA.ParameterModeHelper.id (), "ParameterMode", new String[] { "PARAM_IN", "PARAM_OUT", "PARAM_INOUT"} ); } return __typeCode;
ostream.write_long (value.value ());