Re: [mdr-users] xmi.id value
Martin Matula <[email protected]> Thu, 16 Feb 2006 18:40:49 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Not true in general. You can write your own XMIReferenceResolver and XMIReferenceProvider where you can maintain mapping between the generated/read xmi.id and MOF ID. Martin Tom Morris wrote: >>Is it possible to retrieve the value of the corresponding >>xmi.id for a >>RefObject using MDR? I have googled a lot but not found an answer. > > > RefBaseObject.refMofId() returns the value that will get serialized in the > xmi.id field. > > Tom