RE: [mdr-users] xmi.id value
"Tom Morris" <[email protected]> Thu, 16 Feb 2006 11:18:55 -0500
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <008701c63314$aff0bc70$6401a8c0@micronxp> |
> 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