/* 139 */ String defined_in_id = "IR";
/* */
/* 141 */ if ((this.defined_in instanceof ContainedOperations)) {
/* 142 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* 144 */ ConstantDescription d = new ConstantDescription(this.name, this.id, defined_in_id, this.version, this.typeCode, this.value);
/* */
/* 148 */ Any any = getORB().create_any();
/* */
/* 150 */ ConstantDescriptionHelper.insert(any, d);
/* */