public class CommonUtil
extends java.lang.Object
| Constructor and Description |
|---|
CommonUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.ecore.EObject |
resolveDefensively(org.eclipse.emf.ecore.InternalEObject aInternalEObjectProxy,
org.eclipse.emf.ecore.EObject aEObjectContext,
java.lang.Class<?> aClassExpected)
Cross-document URIs referring to EMF ecore (Vocabulary) assets contain the names of the
Vocabulary elements.
|
public static org.eclipse.emf.ecore.EObject resolveDefensively(org.eclipse.emf.ecore.InternalEObject aInternalEObjectProxy,
org.eclipse.emf.ecore.EObject aEObjectContext,
java.lang.Class<?> aClassExpected)
aInternalEObjectProxy - Proxy object to be resolved.aEObjectContext - Context (container) object.aClassExpected - Expected type (e.g., EAttribute, EReference).Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.