/* 499 */ String defined_in_id = "IR";
/* */
/* 501 */ if ((this.defined_in instanceof ContainedOperations)) {
/* 502 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* 504 */ ValueDescription md = new ValueDescription(this.name, this.id, this.is_abstract, this.is_custom, defined_in_id, this.version, this.supported_interfaces, this.abstract_base_valuetypes, false, this.baseValue);
/* */
/* 512 */ Any any = getORB().create_any();
/* */
/* 514 */ ValueDescriptionHelper.insert(any, md);
/* */