[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] Re: [proxy] retrieving resolved url
|
Joseph,
Calling EcoreUtil.getURI(eObject) will return a URI no matter what.
Joseph Khalil wrote:
> Hi all
> is it possible to retireve the url of a resolved reference ??
>
> i tried this code but it reteurned null if the reference was resolved
>
> InternalEObject intEObj=(InternalEObject)eobj;
> ps.println("proxy="+eobj.eIsProxy()+" URI="+intEObj.eProxyURI());
>
> is there any work around ?