this.classData = classData ;
if (typeIds == null) { if (classData == null) { org.omg.CORBA.Object stub = makeStub() ; typeIds = StubAdapter.getTypeIds( stub ) ; } else { typeIds = classData.getTypeIds() ; } } return typeIds ;