IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.uml2
Class ProxyUtil

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.uml2.ProxyUtil

public class ProxyUtil
extends Object

This class contains utility methods supporting the use of EMF proxy objects.


Constructor Summary
ProxyUtil()
           
 
Method Summary
static IEObjectHelper getObjectHelper()
          Get the instance of the UML model EObject helper.
static EObject resolve(InternalEObject eObject)
          This method resolves the proxy and returns null if the proxy is not resolved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtil

public ProxyUtil()
Method Detail

getObjectHelper

public static IEObjectHelper getObjectHelper()
Get the instance of the UML model EObject helper.

Returns:
The EObject helper

resolve

public static EObject resolve(InternalEObject eObject)
This method resolves the proxy and returns null if the proxy is not resolved.

Parameters:
eObject - The proxy object.
Returns:
The resolved object.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.