public interface ICopyQualifiedNameService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement,
org.eclipse.emf.ecore.EObject context)
Compute a textual description of the selectedElement.
|
java.lang.String getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement,
org.eclipse.emf.ecore.EObject context)
selectedElement - The element to calculate the description for.context - The context to consider when calculating the description.