46474849505152535455
*/ protected IRString(org.omg.CORBA.IRObject irObject) { super(irObject); StringDef stringDef = StringDefHelper.narrow(irObject); bound = stringDef.bound(); setName("string"); setAbsoluteName("string"); }